Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2, 1.7.2 SP1, 1.7.2-SP2, 1.8.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
Description
-
Hide
- Case5328Example4.war
- 5.35 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../TestBean$CellKey.class 1 kB
- WEB-INF/classes/.../example/TestBean.class 5 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/backport-util-concurrent.jar 343 kB
- WEB-INF/lib/commons-beanutils.jar 113 kB
- WEB-INF/lib/commons-collections.jar 162 kB
- WEB-INF/lib/commons-digester.jar 104 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/commons-logging.jar 30 kB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/icefaces.jar 1.18 MB
- WEB-INF/lib/jsf-api.jar 316 kB
- WEB-INF/lib/jsf-impl.jar 1.16 MB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 4 kB
- index.jsp 0.1 kB
- main.jspx 3 kB
-
Hide
- Case8473Example.war
- 6.14 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 0.9 kB
- WEB-INF/classes/com/.../example/User.class 1 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-discovery.jar 75 kB
- WEB-INF/lib/commons-el.jar 110 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.93 MB
- WEB-INF/lib/icefaces.jar 1.06 MB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/web.xml 3 kB
- index.jsp 0.1 kB
- main.jspx 7 kB
-
- Case8473Example.zip
- 17 kB
- Arran Mccullough
-
- ScreenHunter_01.jpg
- 103 kB
-
- ScreenHunter_02.jpg
- 138 kB
-
- ScreenHunter_03.jpg
- 139 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Attached new test case with code for a scrollable div and also a panelDivider.
Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelpopup\PanelPopupRenderer.java
Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\paneltooltip\PanelTooltipRenderer.java
Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\paneltooltip\PanelTooltipRenderer.java
Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelpopup\PanelPopupRenderer.java
Completed: At revision: 19105
Tooltip positioning adjusted for inside of a scrollable div. See screenshots 02 and 03.
Tested it with success on trunk 19140 + Tomcat 6.0. Test app has been added to repo/qa
Another test case where this is an issue. A dataTable had a panelTooltip defined for a columns cell contents. If the table is in a scrollable div or a panelDivider the upper cells show the tooltip in the correct position. If you scroll to the bottom the tooltip show outside of the div/divider panel.