OpenFaces icon indicating copy to clipboard operation
OpenFaces copied to clipboard

SM OR- Error "cannot read property 'replace' of undefiend" is raised when trying to update table

Open guyshim opened this issue 8 years ago • 0 comments

Go to a large contract (having several series with hundreds of episodes) -> go to Conditions sub-tab -> update the details of any condition (Start Date or End Date or anything else) -> press Set New Value. Actual result: "Cannot read property 'replace' of undefined" error is raised. Expected result: Condition should be updated without encountering any errors.

in the file 'table.js.' line 1927: 'O$.getStyleClassProperty(table._cursorStyle, "border-top-width")' returns 'undefined' and the error is rising.

an error is sent without error name property.

undifiend cannotfindreplaceerror errortrace

guyshim avatar Aug 28 '16 14:08 guyshim