SVG Using Adobe in IE doesn't work when loading page, but saving the page and then loading it works.

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-03-17T15:58:41Z Indexed on 2010/03/17 16:01 UTC
Read the original article Hit count: 211

Filed under:
|
|
|

So I'm trying to get a SVG document to load in IE. I can see it fine, but all calls to .getSVGDocument() fail, the svg onload="onload()" function never gets called and the right-click Adobe SVG Viewer context menu doesn't show up when right-clicking on the svg.

It seems as though I'm managing to crash the adobe SVG viewer or something before it is able to call the onload function but after it has drawn the SVG document.

As a test I saved the html page to my hard drive and loaded it up and walla - it works! Right-click, onload, and .getSVGDocument() all work. Very curious. For some reason getting the page from the server makes the adobe plugin crap out but loading up static HTML is fine. Any thoughts?

© Stack Overflow or respective owner

Related posts about adobe

Related posts about svg