OpenLayers OpenLayers

Ticket #1026 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Make safe copy of size/bounds/position on new Tile()

Reported by: euzuro Assigned to: euzuro
Priority: minor Milestone: 2.6 Release
Component: Tile Version: 2.5 RC3
Keywords: Cc:
State:

Description

dont want to copy these properties by reference.

Attachments

tileClone.patch (1.8 kB) - added by euzuro on 09/28/07 17:33:05.

Change History

09/28/07 17:33:05 changed by euzuro

  • attachment tileClone.patch added.

09/28/07 17:36:13 changed by pspencer

  • keywords set to commit.

Erik, this patch looks good.

09/28/07 17:37:06 changed by euzuro

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

(In [4579]) Do not copy by reference size/bounds/position in making a new tile. All tests pass ie6/ff (Closes #1026).