OpenLayers OpenLayers

Ticket #1185 (closed bug: invalid)

Opened 1 year ago

Last modified 1 year ago

proper use of Util.createDiv (Handler.Box)

Reported by: fredj Assigned to:
Priority: trivial Milestone: 2.6 Release
Component: Handler.Box Version: SVN
Keywords: Cc:
State: Review

Description

In the startBox function, the zoomBox is created with Util.createDiv and the div opacity is set 'by hand'.

This can be simplified by using the opacity argument of Util.createDiv().

Attachments

1185.00.patch (1.0 kB) - added by fredj on 12/03/07 04:54:48.
use the opacity argument of Util.createDiv

Change History

12/03/07 04:54:48 changed by fredj

  • attachment 1185.00.patch added.

use the opacity argument of Util.createDiv

12/03/07 04:55:50 changed by fredj

  • keywords set to review.

12/03/07 06:39:58 changed by fredj

see also: #1070

12/13/07 14:52:27 changed by crschmidt

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

Invalid with #1070.