Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P04
-
Fix Version/s: EE-3.3.0.GA_P06
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 8, ICEfaces EE maintenance branch, IE 10 and IE 7.
-
Assignee Priority:P2
Description
While testing ICE-10179 a non-related issue was discovered while using the attached test case. When the app is opened in IE 7 or IE 10 a console error is seen:
Message: Unable to get property 'instanceTag' of undefined or null reference
Line: 118
Char: 9
Code: 0
URI: http://10.18.39.102:8080/Case/faces/javax.faces.resource/icepush.uncompressed.js?ln=ice.push&v=3_3_0_170814
Message: Unable to get property 'instanceTag' of undefined or null reference
Line: 118
Char: 9
Code: 0
URI: http://10.18.39.102:8080/Case/faces/javax.faces.resource/icepush.uncompressed.js?ln=ice.push&v=3_3_0_170814
I could not reproduce the issue. I made sure icepush.jar is in the classpath as it seems that the error occurs in icepush.uncompressed.js. The test was ran against IE11 with Edge and IE 7 modes.