IE, markdown, iframe, and a widescreen monitor
My markdown text in a display form on a widescreen monitor isn't displaying in IE 10 when using an iframe. It works in Chrome. The markdown text does show up if I use the raw URL and not the iframe in IE 10. It works fine on a 5x4 ratio monitor using multiple screen resolutions.
There's also definitely something weird going on with the framing, because when the viewer loads the splash screen is aligned with the top of the page instead of the middle.
Any ideas as to what about that specific combination would make markdown text not appear?
Again, the setup where markdown doesn't display:
- IE 10
- 16x9 widescreen monitor
- viewer embedded in an iframe:
<html><head><title>My Viewer</title>
</head>
<body style="margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;width:100%;height:100%;overflow:hidden;">
<iframe style="z-index:1;overflow:hidden;border:0px" src="www.myViewerUrl.com" frameborder="0" scrolling="NO" width="100%" height="100%" marginwidth="0" marginheight="0" name="imf" NORESIZE></iframe>
</body>
</html>
0
-
John,
I have just discovered the exact same probelem, only difference is im using IE11.
Have you been able to figure it out?0 -
I just tested GE 4.5 and the GVH 2.6 with markdown on a widescreen monitor, and it appears to be working okay. I recently stopped using iframes temporarily because there are other issues with them as part of a known bug (GVH-10664). 0 -
ok, thanks John. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare