Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.8
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
-
Hide
- Case5136Example.war
- 5.80 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/.../PositionedPanelPerson.class 2 kB
- WEB-INF/classes/.../example/TestBean.class 2 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/backport-util-concurrent.jar 343 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 107 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/icefaces.jar 1.15 MB
- WEB-INF/lib/jsf-api.jar 316 kB
- WEB-INF/lib/jsf-impl.jar 1.16 MB
- WEB-INF/lib/jstl.jar 17 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 2 kB
-
- testPanelPositioned.zip
- 6 kB
- Arran Mccullough
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Comment from support customer:
The strange behavior also occurs when the panelPositioned is placed in a DIV (container) that is not scrollable but this DIV is placed in a parent DIV that is scrollable. So you could have:
DIV (scrollable content)
__ice:PanelGroup (fixed content) |
__ice:panelCollapsible (fixed content) |
__ice:panelPositioned |
I guess your developers should care about the offsets of all scrollable parent containers in the hierarchy not only the immediate parent DIV.
This issue is an absolute show-stopper for me. I need to drop various GUI objects on an <ice:tree/>, which is embedded in a <div/> with "overflow:scroll". The drop target tree node is always identified as if the tree view <div/> is scrolled to the top. I will happily attach the test case I prepared, if requested.
I apologize for pushiness, but can anyone provide a time-frame for the fix? I need to know because a critical portion of my app is completely dependent on this working correctly.
fixed at revision 18631
EDIT: It's important to note that this fix lies in the original scriptaculous code. We need to make sure to include this fix whenever we update the scriptaculous library (unless this issue comes already solved in new versions).
Is this issue really solved in 1.8 version ?
QA verified the fix again on ICEfaces trunk revision 18864
Test app has been added to the QA repo
Attached screen shot of issue, test case code, and built war file for testcase (Built to run on NetBeans 6.x).