Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 3, Showcase sample app, context menu demo, MyFaces 2.1.3
-
Assignee Priority:P1
Description
ace:contextMenu: demo in showcase sample app.:
In a Table:
All browsers: It takes two clicks of 'Undo All' to see the cars removed after adding cars to the table.
This works fine with Mojarra but not with MyFaces.
In a Table:
All browsers: It takes two clicks of 'Undo All' to see the cars removed after adding cars to the table.
This works fine with Mojarra but not with MyFaces.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Assignee Priority | P1 | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26838 | Mon Dec 12 15:27:55 MST 2011 | deryk.sinotte | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26842 | Tue Dec 13 08:36:15 MST 2011 | mark.collette | (Reverted) |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26883 | Wed Dec 14 16:14:45 MST 2011 | nils.lundquist | |
Files Changed | ||||
![]() ![]() |
Assignee | Deryk Sinotte [ deryk.sinotte ] | Nils Lundquist [ nils.lundquist ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 3.0.RC2 [ 10313 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Looks like the actionListener is getting called properly and that the list of items is properly reset during INVOKE_APPLICATION phase. However, when I dump out the contents of the old and new DOM during the diff, the extra row items that were added are still in there. My suspicion is that there is a state-saving subtlety involved here.