Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
After fixing ICE-10323, by keeping a cache of all registered events and re-applying them whenever the map is recreated, it was observed that there was no way to remove those events after having initialized them. Using rendered=false wouldn't work because the event would stay registered in the client. What is needed is a flag to be able to disable an event after being created. This would work in a similar fashion as the 'disabled' attribute of ace:gMapMarker.
r43533: committed improvement to 4.0 trunk.
r43534: committed improvement to 3.3 EE maintenance branch.