Ticket #73 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

popup needs to account for destroyed map

Reported by: tschaub Assigned to: sbenthall
Priority: major Milestone: 0.5
Component: GeoExt.Popup Version:
Keywords: Cc:
State: Commit

Description

If a map is created before it has been added to a panel, the map might be destroyed before a popup is destroyed. In this case, map.events will not exist.

Attachments

73.patch (1.8 kB) - added by tschaub on 05/23/09 00:21:57.
consider that map might already be destroyed

Change History

05/23/09 00:21:57 changed by tschaub

  • attachment 73.patch added.

consider that map might already be destroyed

05/23/09 00:22:22 changed by tschaub

  • state changed from None to Review.

Tests pass in FF and IE.

05/23/09 02:13:24 changed by ahocevar

  • state changed from Review to Commit.

Looks good. Please commit.

05/23/09 08:17:06 changed by tschaub

  • status changed from new to closed.
  • resolution set to fixed.

(In [861]) A map might be destroyed before a popup is destroyed. r=ahocevar (closes #73)