Ticket #1111 (closed feature: fixed)
Empty geometry IE error + fix
| Reported by: | rdewit | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 Release |
| Component: | Renderer | Version: | 2.5 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
Creating an empty geometry is fine in Firefox (SVG), but fails in IE (VML). It goes wrong in VML.js in setNodeDimension. This method tries to create a bbox, then tests for its existence, but not if there is something in there. This very simple patch at least prevents OL from giving an error. The discussion in the mailing list about whether or not to fail safely or not should result in a decision what to do with this (hopefully).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

