IE6 Bug

  • Thread starter Thread starter =?iso-8859-1?Q?Frank_Karlstr=F8m?=
  • Start date Start date
?

=?iso-8859-1?Q?Frank_Karlstr=F8m?=

Hello.
I haven't found any place to send in found bugs in IE, so
I'll try here.

The following HTML page makes my browser crash if you
click the link, then use "back" in your browser, if and
only if the first paragraph is broken by a narrow window.
If the IE window is wide enough to not break the line, IE
will not crach.

<code>
<HTML>
<HEAD />
<BODY>
<TABLE height="100%">
<TR>
<TD>
<DIV style="OVERFLOW: auto; WIDTH: 100%; HEIGHT:
100%">
<P>If this line is on one line, everything is
ok. If this line is broken into multiple lines, IE
craches.</P>
<TABLE>
<TR>
<TD>
<A href="http://www.microsoft.com">Click
here, then go back, and some versions of IE will crash</A>
<br />
</TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
</code>
My version of IE is:
6.0.2800.1106
with updates: SP1, Q810847, Q813951, Q813489, Q330994,
Q818529, Q822925, Q828750, Q824145, Q816506

Hope anyone knows how to correctly report this bug.
 
If you leave out "OVERFLOW: auto;" everything goes fine.
But probably you noticed that too.

Succes.
 
Back
Top