IE9 contentDocument problem

213 views
Skip to first unread message

notabene

unread,
May 29, 2012, 9:35:52 AM5/29/12
to SVG Web
Using IE9 and (force) FLASH:

getElementById("XXX").contentDocument
Expected return value: _Node
returns flash object (IShockwaveFlash)

------------------------------------------------------------------
More details:
SVG-file is apparently loaded correct using:
window.svgweb.appendChild(obj, container);

svg.htc is not loaded in IE9?
------------------------------------------------------------------

Any ideas are appreciated!

notabene

unread,
Jun 12, 2012, 7:14:59 AM6/12/12
to svg...@googlegroups.com
Only solution I could figure is forcing browser into IE8 mode:

<meta http-equiv="X-UA-Compatible" content="IE=8" />
Message has been deleted

notabene

unread,
Jun 13, 2012, 4:09:12 AM6/13/12
to svg...@googlegroups.com
IE9 in IE8 mode

<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta name="svg.render.forceflash" content="true">

Presents a new problem / error:

Error: xml5645: the specified entity has not been declared

Eg. svgweb/tests/browser-tests/issue-tests/issue564.html?svg.render.forceflash=true
Reply all
Reply to author
Forward
0 new messages