Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA
-
Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
-
Hide
- Case8861Example.war
- 6.73 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/Favorite.class 0.8 kB
- WEB-INF/classes/.../example/TestBean.class 2 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-logging.jar 30 kB
- WEB-INF/lib/icefaces-comps.jar 1.95 MB
- WEB-INF/lib/icefaces.jar 1.19 MB
- WEB-INF/lib/jsf-api.jar 352 kB
- WEB-INF/lib/jsf-impl.jar 822 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/lib/jxl.jar 708 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 3 kB
- index.jsp 0.1 kB
- main.jspx 2 kB
-
- menuBar-issue.JPG
- 5 kB
-
- screenshot-1.png
- 66 kB
-
- screenshot-2.png
- 181 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The customer has reported that the fix doesn't work in IE. I've confirmed this by testing the latest trunk and the patched build provided to the customer with my test case.
Can't reproduce. It's working in IE. See video at http://screencast.com/t/ZDlhOGJlMDkt.
Same with 1.8.2 EE. Purposely set version numbers to make sure test app. was run against that branch. See screenshot-2.
Doesn't work in IE6 or the IE7 debug mode in IE8. And the problem seems to be different in each case. (We are already using Prototype functions, which are supposed to be cross-browser.)
Revision: 20500
Modified : /icefaces/trunk/icefaces/bridge/component/menu.js
Revision: 20499
Author: yip.ng
Date: 1:27:31 PM, February 5, 2010
Message:
ICE-5251: Fixed menuItem displaying in wrong position when located in a scrollable div.
Modified : /icefaces-ee/branches/icefaces-ee-1.8.2/icefaces/bridge/component/menu.js
Verified with success during release testing cycle. Test app is available at repo\qa\trunk\Regression\ICE-5251
There is an issue. Please check my forum post http://www.icefaces.org/JForum/posts/list/0/16781.page#62516
This issue is only visible in IE7, not in IE8 for example.
Any update on this issue?
We're experiencing the same with ICEFaces EE 1.8.2_P02
The issue is partly caused by bugs in the fix for
ICE-4106and partly caused by bugs in Prototype's viewportOffset() function.