Hello,
Not sure if this a wicket specific problem but the example i used to do this
I got from here:
https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html
https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html
The example works great, except for with IE8.
To my component I have added the line:
add(new StringHeaderContributor("<meta http-equiv=\"X-UA-Compatible\"
content=\"IE=EmulateIE7\"/>"));
I have checked the source of the rendered page and found:
<head>
<meta
....
<Script
......
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
</head>
The issue I get in IE8 is that the iFrame is a dark grey and entire page
goes all wonky (for lack of a better term)
Has anyone had/solved this?
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Display-pdf-in-frame-issues-tp3681441p3681441.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]