OpenLayers OpenLayers

Ticket #568 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

events cache issues

Reported by: euzuro Assigned to:
Priority: critical Milestone: 2.4 Release
Component: general Version:
Keywords: Cc: james@sandfordtechnology.com
State:

Description

two main issues:

  • code is only ever removing the first event listener from each element on unload cache (for loop instead of while)
  • code is frequently not removing observers because their associated elements have already been removed

Attachments

events.patch (6.5 kB) - added by euzuro on 03/28/07 03:13:03.
this patch was created after laboring over drip.exe all day. it seems to remove the dangling tiles. when the testantoherway tests are run, however, it chokes entirely. we need a better way to do this. do NOT commit this patch.
foundEntry.patch (0.6 kB) - added by euzuro on 03/28/07 17:51:29.
oops! foundEntry needs to be set *before* the break

Change History

03/28/07 03:13:03 changed by euzuro

  • attachment events.patch added.

this patch was created after laboring over drip.exe all day. it seems to remove the dangling tiles. when the testantoherway tests are run, however, it chokes entirely. we need a better way to do this. do NOT commit this patch.

03/28/07 04:57:08 changed by openlayers

  • cc set to james@sandfordtechnology.com.

03/28/07 17:41:21 changed by crschmidt

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

03/28/07 17:51:29 changed by euzuro

  • attachment foundEntry.patch added.

oops! foundEntry needs to be set *before* the break