Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 7, all browsers.
Description
When ace:splitPane is inside a dataTable or ui:repeat, the scrollable attribute doesn't get carried through the iterations for table or ui:repeat rows.
splitPane inside h:dataTable and inside ui:repeat. When scrollable is true only the first row in the table has scrollable panes.
splitPane inside ace:dataTable
When scrollable is true, any row after the first displays panes with a scroll bar but they do not scroll.
Test application is at: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/splitPane
Observe behaviour described in any of these test applications:
ace:splitPane in h:dataTable
ace:splitPane in ace:dataTable
ace:splitPane in ui:repeat
It has also been observed that the scrollable attribute has no effect when component is viewed on android or ios device.
splitPane inside h:dataTable and inside ui:repeat. When scrollable is true only the first row in the table has scrollable panes.
splitPane inside ace:dataTable
When scrollable is true, any row after the first displays panes with a scroll bar but they do not scroll.
Test application is at: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/splitPane
Observe behaviour described in any of these test applications:
ace:splitPane in h:dataTable
ace:splitPane in ace:dataTable
ace:splitPane in ui:repeat
It has also been observed that the scrollable attribute has no effect when component is viewed on android or ios device.
Tested with ICEfaces 4 trunk r44299. The splitPane no longer renders inside an h:dataTable, ace:dataTable or ui:repeat.