Ticket #2414 (closed bug: fixed)
OpenLayers.Element.getDimensions method should not set style.display property to none
| Reported by: | bbinet | Owned by: | ahocevar |
|---|---|---|---|
| Priority: | major | Milestone: | 2.9.1 Release |
| Component: | BaseTypes.Element | Version: | 2.8 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The bug appears when an OpenLayers.Element has a computed style display value set to none, and when this value comes from a css class and not from its own style attribute.
In this case, a call to OpenLayers.Element.getDimensions leads to setting the own style attribute display to none for the element.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

