Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA, EE-3.3.0.GA_P02
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Myfaces, Tomcat 7, Icefaces ee-3.3.0 GA maintenance branch, Icefaces 4 trunk r41323, all browsers
-
Assignee Priority:P2
Description
Showcase ace:dataTable > Table Configuration and Table Configuration Advanced demos do not restore sorted data that has been saved. Myfaces only, not an issue with mojarra libs.
To reproduce:
Build showcase with -Dmyfaces=true
Navigate to ace:dataTable > Table Configuration or Table Configuration Advanced.
Sort any column and note the order.
Press Save Settings.
Press Restore Default Settings.
Press Restore Saved Settings.
The saved sort order does not load.
*Note - other configurations are saved such as column order, renaming, etc. It is just the sort order that is not saved.
To reproduce:
Build showcase with -Dmyfaces=true
Navigate to ace:dataTable > Table Configuration or Table Configuration Advanced.
Sort any column and note the order.
Press Save Settings.
Press Restore Default Settings.
Press Restore Saved Settings.
The saved sort order does not load.
*Note - other configurations are saved such as column order, renaming, etc. It is just the sort order that is not saved.
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41806 | Thu Jul 17 13:11:14 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r41806: committed fix to reprocess sorting in ace:dataTable at the beginning of render phase to ensure sorting order is preserved for both Mojarra and Myfaces.