Ticket #1560 (closed bug: invalid)
SVG Features do not work in Firefox 3 RC1
| Reported by: | openlayers | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | general | Version: | 2.6 |
| Keywords: | Cc: | sven.helmberger@… | |
| State: |
Description
The situation seems to be the following: The two feature URL openlayers uses to identify SVG support return both false now in Firefox3. According to https://bugzilla.mozilla.org/show_bug.cgi?id=322724 :
- "org.w3c.svg" version "1.0" is deprecated while
- returning true " http://www.w3.org/TR/SVG11/feature#SVG", version "1.1" has prerequisites that firefox 3 does not support yet.
The bugzilla entry seems to recommend testing for concrete feature URLs instead of the general URLs above; something that goes beyond my knowledge of OpenLayers, so the best solution I can offer for now is the attached patch which is cleary sub-optimal as it just does a browser sniffing.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

