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.
            
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
| Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | 
| Assignee | Arturo Zambrano [ artzambrano ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #43533 | Mon Nov 17 13:05:06 MST 2014 | art.zambrano |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapEventMeta.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapEventRenderer.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 4.1 [ 11375 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

r43533: committed improvement to 4.0 trunk.
r43534: committed improvement to 3.3 EE maintenance branch.