<font size="4"><font face="georgia,serif"><font>I started getting a strange message on occasion (usually happens but occasionally does not) that I'm not really sure how to fix it.  There are two forms of the same message in firebug, both seem to be about the same thing:<br>

<br><span style="font-family:courier new,monospace">Uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMHTMLDocument.implementation]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: <a href="http://localhost/phpEx/lib/OpenLayers/Renderer/SVG.js">http://localhost/phpEx/lib/OpenLayers/Renderer/SVG.js</a> :: <TOP_LEVEL> :: line 77" data: no]</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMHTMLDocument.implementation]</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">error source line: </span><br><span style="font-family:courier new,monospace">     return (document.implementation &&</span><br>The function that this appears to be effecting:<br>

<span style="font-family:courier new,monospace">/**</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">     * APIMethod: supported</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">     * </span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">     * Returns:</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">     * {Boolean} Whether or not the browser supports the SVG renderer</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">     */</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    supported: function() {</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">        var svgFeature = "<a href="http://www.w3.org/TR/SVG11/feature#">http://www.w3.org/TR/SVG11/feature#</a>";</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">        return (document.implementation && </span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">           (document.implementation.hasFeature("org.w3c.svg", "1.0") || </span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">            document.implementation.hasFeature(svgFeature + "SVG", "1.1") || </span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">            document.implementation.hasFeature(svgFeature + "BasicStructure", "1.1") ));</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    },    </span><br><br>I'm using the latest Firefox release (13.0.1) and it should handle SVG no problem…  My guess is this is a bug related to OpenLayers v2.12.  Does anyone know whether this is, in fact, a bug and whether it is being dealt with?  Thanks.</font><br>

<br><br clear="all"></font></font><font size="4"><font face="georgia,serif"></font></font><span style="font-family:georgia,serif">Aaron E-J</span><br style="font-family:georgia,serif"><span style="font-family:georgia,serif"><a href="http://otherrealm.org" target="_blank">http://otherrealm.org</a></span><br style="font-family:georgia,serif">

<span style="font-family:georgia,serif"><a href="http://aaronej.blogspot.com" target="_blank">http://aaronej.blogspot.com</a></span><br style="font-family:georgia,serif"><span style="font-family:georgia,serif">Vision without action is a daydream,</span><br style="font-family:georgia,serif">

<span style="font-family:georgia,serif">Action without vision is a nightmare,</span><br style="font-family:georgia,serif"><span style="font-family:georgia,serif">One needs both to succeed.</span><br><br><br><br>