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.
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.