Good old IE bug?
November 12, 2007
May someone explain me why the following HTML code is causing IE6 SP2 crash?
<html xmlns="http://www.w3.org/1999/xhtml"> <body> <table> <tr> <td> <table style="table-layout:fixed"> <col width="20"/> </table> </td> </tr> </table> </body> </html>
Bonus: CodeColorizer
November 12, 2007 at 2:11 pm
Just tried with IE6 sp2, it doesn’t crash.
Maybe something wrong with your setup…
November 12, 2007 at 3:21 pm
Doesn’t crash IE6SP2 here either; neither when loaded over HTTP nor from the local filesystem.
November 12, 2007 at 4:37 pm
Doesn’t crash for me (Win2K3)
November 13, 2007 at 1:54 pm
Thank you all!
We checked it here on number of workstations and all of them have the same behavior. Since I’m in corporate environment upgrading of all the setups may take a while.