<font size="4"><font face="georgia,serif">This only seems to be for the local copy I have (lib/OpenLayers.js), using <a href="http://openlayers.org/dev/OpenLayers.js">http://openlayers.org/dev/OpenLayers.js</a> works find<br clear="all">

</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">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>
<br><br><div class="gmail_quote">On Wed, Jul 11, 2012 at 12:19 PM, Aaron E-J <span dir="ltr"><<a href="mailto:azintirea@gmail.com" target="_blank">azintirea@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<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" target="_blank">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#" target="_blank">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><span class="HOEnZb"><font color="#888888"><br>


<br><br clear="all"></font></span></font></font><span class="HOEnZb"><font color="#888888"><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>
</font></span></blockquote></div><br>