Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.BETA1
-
Fix Version/s: EE-3.2.0.BETA, EE-3.2.0.GA, 3.3
-
Component/s: Bridge
-
Labels:None
-
Environment:ICEfaces 3.2
-
Assignee Priority:P2
Description
When there is the special case of a full body update, the ice.onElementUpdate listeners are not notified. Possibly this means that the ice.onBeforeUpdate listeners are not being called, which ice.onElementUpdate relies upon.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Use synthetic IDs when root, body and head elements are traversed for collecting the list of ancestors to make sure the matching between update ID and element ID will occur. Also when ancestor list is built the starting element is included in the list as well so that matching will occur when the starting element is targeted by the update.