Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3 trunk revision# 38569
-
Assignee Priority:P2
Description
If using rowExpansion in a column with it's header generated within an ace:columnGroup, the exported headers are misaligned (with includeHeaders=true). The expansion column cells are not exported but the header is, which causes the header to misaligned by one column, and the last column header to be missing. Trying to exclude the extra header using excludeColumns has no effect.
To reproduce:
1) Build / deploy test app located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataExporter
2) Navigate to 'DataExporter Dynamic Attribute Test'
3) Select 'includeHeaders'
4) Select 'rendered'
5) Click the dataExporter
Check the exported file, the 'Exp.' header will be exported and because of this the last 'Cost' header will be missing.
To reproduce:
1) Build / deploy test app located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataExporter
2) Navigate to 'DataExporter Dynamic Attribute Test'
3) Select 'includeHeaders'
4) Select 'rendered'
5) Click the dataExporter
Check the exported file, the 'Exp.' header will be exported and because of this the last 'Cost' header will be missing.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mark Collette [ mark.collette ] | |
Assignee Priority | P1 [ 10010 ] |
Assignee | Mark Collette [ mark.collette ] | Arturo Zambrano [ artzambrano ] |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38728 | Tue Nov 05 15:10:15 MST 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r38728:
Committed fix to skip exporting a header column (in multi-row header cases) when the corresponding body column contains an expansion toggler.