I have a map at http://okc.resonetrics.com/find-us that basically works great everywhere except on IE9 or lower.

What I'm seeing in IE9 and below is that the <text> elements in the SVG are not present.

In IE10 I see the text layer represented by an element like so:<g id="OpenLayers_Layer_Vector_21_troot">
This element is populated by a slew of <text> elements that look like this:
<text xmlns="http://www.w3.org/2000/svg" id="OpenLayers_Feature_Vector_26_label" font-family="Intro-Regular" font-size="10px" font-weight="bold" fill="#ffffff" pointer-events="none" text-anchor="middle" x="261.1281" y="183.1213"><tspan id="OpenLayers_Feature_Vector_26_label_tspan_0" baseline-shift="-35%" x="261.1281" dy="0em">2</tspan></text>

In IE9 however the <g id="OpenLayers_Layer_Vector_21_troot"> is present, but it's empty.
Does this mean IE9 doesn't know what a <text> is?

More to the point, is there anything I can do about this?

Comments

m.stenta’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

The Openlayers code has changed a LOT since this was posted. It's possible that this is either fixed, or no longer relevant. Can you please test against the current 7.x-3.0 release and reopen this if it's still an issue?

Sam Moore’s picture

I'll see if I can spin this project back up again - it left my hands quite a while ago, but it does make a good demo when it's working.