OpenLayers OpenLayers

Ticket #2136 (new feature)

Opened 1 year ago

Last modified 7 months ago

add beforedestroy event to OpenLayers Map object

Reported by: bartvde Assigned to:
Priority: minor Milestone: 2.11 Release
Component: Map Version: 2.8 RC4
Keywords: Cc:
State:

Description

See ticket 90 from GeoExt, it would be really helpful if there was a beforedestroy event on the OpenLayers Map object.

http://www.geoext.org/trac/geoext/ticket/90

When the beforedestroy event is called, we can unbind the map from the store in time to prevent errors in IE.

Attachments

ticket2136.patch (1.2 kB) - added by bartvde on 06/12/09 14:44:03.
patch adding the beforedestroy event

Change History

06/12/09 14:31:26 changed by bartvde

  • owner changed.
  • component changed from general to Map.

06/12/09 14:44:03 changed by bartvde

  • attachment ticket2136.patch added.

patch adding the beforedestroy event

02/15/10 09:31:16 changed by fredj

  • state set to Awaiting User Feedback.

Do we still need this ? geoext ticket is fixed.

02/15/10 10:34:52 changed by ahocevar

  • state deleted.

The geoext issue was fixed with a workaround. This ticket is still valid.