OpenLayers OpenLayers

Ticket #1070 (closed feature: fixed)

Opened 11 months ago

Last modified 8 months ago

Box Handler should use CSS to style its box

Reported by: crschmidt Assigned to:
Priority: minor Milestone: 2.6 Release
Component: Handler.Box Version: SVN
Keywords: Cc:
State:

Description

The box handler should use CSS to style its box, and provide a class name option on the handler to change this property.

Attachments

box_handler_css.patch (1.9 kB) - added by crschmidt on 10/06/07 12:04:58.

Change History

10/06/07 12:04:58 changed by crschmidt

  • attachment box_handler_css.patch added.

10/06/07 12:10:59 changed by crschmidt

  • keywords set to review.

12/03/07 06:43:45 changed by fredj

Looks good to me.

defaultMouseDown() in OpenLayers.Control.MouseDefaults must also be changed.

When this patch is commited, #1185 has to be marked as invalid

12/13/07 08:15:32 changed by fredj

  • keywords changed from review to commit.

Since OpenLayers.Control.MouseDefaults is deprecated, don't need to change it.

Please commit an mark #1185 as invalid.

12/13/07 14:51:49 changed by crschmidt

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

(In [5399]) Box Handler should use CSS to style its box. (Closes #1070)