Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1.0 Beta2
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
An ace:dataTable uses header column grouping, the table has a total of 6 columns. The top most header group displays three columns with col spans of 3, 2 and 1. When the table is set to be scrollable, the columns are rendered out of alignment.
In debugging the datatable.js in Chrome I see an error thrown:
datatable.js.jsf:343 Uncaught TypeError: Cannot call method 'children' of undefined
This error causes the column width calculations to exit and therefore the columns are rendered misaligned. The cause of the error seems to be usage of a header group column using a colspan=1
In debugging the datatable.js in Chrome I see an error thrown:
datatable.js.jsf:343 Uncaught TypeError: Cannot call method 'children' of undefined
This error causes the column width calculations to exit and therefore the columns are rendered misaligned. The cause of the error seems to be usage of a header group column using a colspan=1
-
Hide
- Case10648Example.war
- 7.42 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 2 kB
- WEB-INF/classes/.../example/TestBean.class 2 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-logging.jar 52 kB
- WEB-INF/lib/icefaces-ace.jar 1.39 MB
- WEB-INF/lib/icefaces-compat.jar 2.35 MB
- WEB-INF/lib/icefaces.jar 240 kB
- WEB-INF/lib/javax.faces.jar 2.48 MB
- WEB-INF/web.xml 2 kB
- include_header.xhtml 0.4 kB
- welcomeICEfaces.xhtml 4 kB
-
Hide
- Case10648Example.zip
- 19 kB
- Arran Mccullough
-
- Case10648Example/build.xml 3 kB
- Case10648Example/.../ant-deploy.xml 2 kB
- Case10648Example/.../build-impl.xml 58 kB
- Case10648Example/.../genfiles.properties 0.5 kB
- Case10648Example/.../private.properties 0.5 kB
- Case10648Example/nbproject/.../private.xml 0.2 kB
- Case10648Example/.../project.properties 3 kB
- Case10648Example/nbproject/project.xml 0.9 kB
- Case10648Example/src/conf/MANIFEST.MF 0.0 kB
- Case10648Example/src/.../example/Item.java 2 kB
- Case10648Example/src/.../TestBean.java 2 kB
- Case10648Example/.../include_header.xhtml 0.4 kB
- Case10648Example/web/.../context.xml 0.1 kB
- Case10648Example/web/WEB-INF/web.xml 2 kB
- Case10648Example/.../welcomeICEfaces.xhtml 4 kB
-
- resizeScrolling-error.JPG
- 249 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Add TLD doc explaining requirements for scrolling and columnGrouping.
Note added to scrolling property TLD.
Show
Nils Lundquist
added a comment - Note added to scrolling property TLD.
Fixed in r26294
Changed assumption that we will find the same number of single colspan header cols, to that the single colspans on the lowest rows are those corrolated with the table columns, and to truncate any unnecessary header columns from the beginning of the selection.