Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P02, EE-1.8.2.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P03, EE-1.8.2.GA_P08
-
Component/s: ICE-Components
-
Labels:None
-
Environment:-
-
Assignee Priority:P3
-
Salesforce Case Reference:
Description
Specifying autoCenter on the panelPopup causes the nested menuPopup within the panelToolTip to appear in the bottom right hand side of the screen.
-
Hide
- Case12351Example.war
- 6.61 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 1 kB
- WEB-INF/classes/.../example/TestBean.class 2 kB
- WEB-INF/faces-config.xml 0.8 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-discovery.jar 75 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.98 MB
- WEB-INF/lib/icefaces-facelets.jar 596 kB
- WEB-INF/lib/icefaces.jar 1.24 MB
- WEB-INF/lib/jsf-api-1.2.jar 355 kB
- WEB-INF/lib/jsf-impl-1.2.jar 837 kB
- WEB-INF/web.xml 4 kB
- welcomeICEfaces.xhtml 4 kB
-
Hide
- Case12351Example.zip
- 21 kB
- Arran Mccullough
-
- Case12351Example/build.xml 3 kB
- Case12351Example/.../ant-deploy.xml 3 kB
- Case12351Example/.../build-impl.xml 77 kB
- Case12351Example/.../faces-config.NavData 0.2 kB
- Case12351Example/.../genfiles.properties 0.5 kB
- Case12351Example/.../private.properties 0.6 kB
- Case12351Example/nbproject/.../private.xml 0.2 kB
- Case12351Example/.../project.properties 3 kB
- Case12351Example/nbproject/project.xml 0.9 kB
- Case12351Example/src/conf/MANIFEST.MF 0.0 kB
- Case12351Example/src/.../example/Item.java 0.9 kB
- Case12351Example/src/.../TestBean.java 0.9 kB
- Case12351Example/web/.../context.xml 0.1 kB
- Case12351Example/web/.../faces-config.xml 0.8 kB
- Case12351Example/web/WEB-INF/web.xml 4 kB
- Case12351Example/.../welcomeICEfaces.xhtml 4 kB
-
Hide
- sc9851.war
- 7.81 MB
- Tyler Johnson
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/faces-config.xml 0.4 kB
- WEB-INF/lib/icefaces-comps.jar 3.16 MB
- ICEfacesPage1.xhtml 2 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/jsf-impl.jar 837 kB
- index.jsp 0.1 kB
- WEB-INF/lib/jxl.jar 708 kB
- WEB-INF/lib/jsf-api.jar 355 kB
- WEB-INF/lib/icefaces.jar 1.21 MB
- WEB-INF/web.xml 4 kB
- WEB-INF/lib/icefaces-facelets.jar 596 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
-
- screenshot-1.jpg
- 21 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Tested with ICEfaces 1.8 r44499. Still able to reproduce last issue using IE 7 and 8.
Show
Liana Munroe
added a comment - Tested with ICEfaces 1.8 r44499. Still able to reproduce last issue using IE 7 and 8.
r44666: added alternatives for window.pageYOffset, which doesn't exist on IE8.
Show
Arturo Zambrano
added a comment - r44666: added alternatives for window.pageYOffset, which doesn't exist on IE8.
Verified component-showcase issue with IE7 and IE8 resolved, ICEfaces 1.8 r44697, Tomcat 6.
Show
Liana Munroe
added a comment - Verified component-showcase issue with IE7 and IE8 resolved, ICEfaces 1.8 r44697, Tomcat 6.
r44771: committed fix to position submenus at the right height when the page has been scrolled down to the 1.8 trunk (it didn't affect the 3.3 codebase).
An issue I found when working on this was that on 1.8 the submenus were positioned higher when there was scrolling in the viewport. This fix includes the vertical scrolling offset when calculating the position of submenus.
Show
Arturo Zambrano
added a comment - r44771: committed fix to position submenus at the right height when the page has been scrolled down to the 1.8 trunk (it didn't affect the 3.3 codebase).
An issue I found when working on this was that on 1.8 the submenus were positioned higher when there was scrolling in the viewport. This fix includes the vertical scrolling offset when calculating the position of submenus.
Verified ICEfaces EE-3.3.0.GA_P03 tag r42000 and ICEfaces 1.8 trunk r44773. No issues found.
Show
Liana Munroe
added a comment - Verified ICEfaces EE-3.3.0.GA_P03 tag r42000 and ICEfaces 1.8 trunk r44773. No issues found.
Test case is intended for deployment on tomcat 6. To activate the tooltip, right click on the inputText components.