Opened 11 years ago
Closed 11 years ago
#609 closed defect (fixed)
Fusion.Event.MAP_SELECTION_ON raised twice per selection
Reported by: | jng | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | MapGuide | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
When you select a feature, the Fusion.Event.MAP_SELECTION_ON event is raised twice:
- Before the selection is rendered
- After the attributes of selected features is received.
Instance 1 appears to be redundant and removing the call to code that triggers this event has no observable side effects.
Originally reported here: http://osgeo-org.1560.x6.nabble.com/Fusion-Event-Listeners-Called-Twice-td5087525.html
Note:
See TracTickets
for help on using tickets.
Fixed r2817