Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Tomcat 8, IE 8 and 9 only. Not an issue with 4.1.1 libs
-
Assignee Priority:P2
Description
Console error when changing settings then navigating away from the page before pressing submit, using IE 8/9 and emporium. Not an issue with 4.1.1 libs.
SCRIPT438: Object doesn't support property or method 'getElementById'
auction.jsf, line 27 character 70
To reproduce error:
Open emporium with IE 8 or 9.
Click on the settings tab, for Tab Orientation select bottom.
Do not click Submit, doing so will stop the error from occurring.
Click the auction List tab, the console error will appear
SCRIPT438: Object doesn't support property or method 'getElementById'
auction.jsf, line 27 character 70
To reproduce error:
Open emporium with IE 8 or 9.
Click on the settings tab, for Tab Orientation select bottom.
Do not click Submit, doing so will stop the error from occurring.
Click the auction List tab, the console error will appear
Modified tab set renderer to write out JS code that captures (and ignores) the error triggered when the document used to lookup elements is not available anymore. The lookup is run on a delayed thread which explains why the document might be disposed.