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
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Assignee Priority | P2 [ 10011 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51490 | Tue May 09 04:52:19 MDT 2017 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tabset/TabSetRenderer.java
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.