OpenLayers OpenLayers

Ticket #1015 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Proper use of OpenLayers.Util.createDiv

Reported by: fredj Assigned to:
Priority: trivial Milestone: 2.6 Release
Component: general Version: SVN
Keywords: Cc:
State:

Description

in lib/OpenLayers/Layer.js and lib/OpenLayers/Control.js the div id is not passed to the createDiv() function.

The following patch fix it and enhance the unit tests.

Attachments

createDiv.00.patch (2.5 kB) - added by fredj on 09/25/07 06:15:26.

Change History

09/25/07 06:15:26 changed by fredj

  • attachment createDiv.00.patch added.

09/30/07 12:41:47 changed by crschmidt

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

(In [4677]) from fredj: "in lib/OpenLayers/Layer.js and lib/OpenLayers/Control.js the div id is not passed to the createDiv() function." (Closes #1015)