OpenLayers OpenLayers

Ticket #226 (closed task: fixed)

Opened 2 years ago

Last modified 1 year ago

Modify id fields of DOM Elements

Reported by: euzuro Assigned to: euzuro
Priority: critical Milestone: 2.4 Release
Component: general Version: 2.1
Keywords: Cc:
State:

Description

If we go through and add helpful ids to divs and whatnot, instead of relying on random id generator, then it will be much easier to test.

Attachments

seq_ids.patch (1.2 kB) - added by crschmidt on 03/09/07 14:34:16.

Change History

09/08/06 05:15:29 changed by euzuro

modify createUniqueID so that it automatically adds the "_"

09/14/06 15:25:43 changed by crschmidt

  • milestone changed from 2.1 Release to 2.2 Release.

10/01/06 13:54:56 changed by crschmidt

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

10/20/06 01:11:22 changed by euzuro

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone deleted.

we should still do this -- there are probably still a lot of duplicate ids... we might run into problems with this in a page with 2 maps on it, for example.

12/06/06 21:05:35 changed by euzuro

  • milestone set to 2.3 Release.

12/29/06 01:12:59 changed by euzuro

  • milestone changed from 2.3 Release to 2.4 Release.

03/08/07 18:06:39 changed by sderle

  • status changed from reopened to closed.
  • resolution set to wontfix.

03/08/07 18:08:04 changed by sderle

  • priority changed from minor to critical.
  • status changed from closed to reopened.
  • resolution deleted.

rather than random IDs, use sequential IDs to avoid conflicts

03/09/07 14:34:16 changed by crschmidt

  • attachment seq_ids.patch added.

03/09/07 14:34:43 changed by crschmidt

  • keywords set to review.

Create sequential IDs to avoid conflicts. Tests included.

03/09/07 22:04:50 changed by sderle

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

patch applied as r2645.

07/05/07 21:01:18 changed by euzuro

  • keywords deleted.