Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.4
Description
Triggering the events.zone.refresh or events.zone.update events on an element nested within a Zone's element will fail; the document-level event handlers expect this to be the ElementWrapper for the zone element, but is instead the ElementWrapper for the triggering element.
Currently, it is necessary for triggers to select up the tree to find the Zone's element; this should be incorporated into the document event handlers instead.