Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: ICE-Components, Sample Apps
-
Labels:None
-
Environment:Tomcat 6/7, IE 7 and 8, ee-3.3.0 maintenance branch, component-showcase. Last known passing revision #39485.
-
Assignee Priority:P2
Description
IE: JS error during Menu Popup Test in IE 7 and 8 only:
Line 9
Char 205779
Error Invalid argument
Code 0
To reproduce
Build/deploy component-showcase.
Navigate to Menu Popup.
Right click on Icefaces logo in demo, error will appear.
Line 9
Char 205779
Error Invalid argument
Code 0
To reproduce
Build/deploy component-showcase.
Navigate to Menu Popup.
Right click on Icefaces logo in demo, error will appear.
Use document.body.scrollTop property when window.pageYOffset is missing to find out the vertical page scroll. IE 8 and earlier does not support this property.