IFRAME renders a HTML text outside of boundaries, a bug?
Posted
by achirlin
on Stack Overflow
See other posts from Stack Overflow
or by achirlin
Published on 2010-04-12T07:32:08Z
Indexed on
2010/04/12
8:33 UTC
Read the original article
Hit count: 332
IE8 in non-compatability view, Version 8.0.6001.18702
The code below represents the problem:
<body><div style="height:400px;width:400px"><iframe src="http://mail.ru" height="100%" width="100%"></iframe></div></body>
Scroll the IFRAME to the right to the middle of "??????? ??????? ? ???????" orange label.
Alt-Tab to other window and Alt-Tab back to IE window.
The internal HTML will appear ouside of IFRAME boundaries.
The screenshot demonstrating the problem.
Does the IFRAME rendering have a bug?
May be I have an unpatched version (automatic updates are turned ON).
Could you suggest a workaround except turning on Compatability View?
Thank you.
© Stack Overflow or respective owner