IE6 SP2 crash

Atom RSS

This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.

Main navigation:




Search reports by browser:

Explorer 6 WinXP SP 2 crashes on a combination of Strict Mode, padding, position: relative and white-space: nowrap if you set a page containing all these elements as your home page.
This is a complicated bug, please read the explanation carefully.

Test page. Workaround is included.
Reported by Karen Stevenson.

(Orphaned), Explorer 5-6 Windows | Reported on 25 November 2004.

Comments

(Add your own)

Posted by Thomas Goyne on 4 December 2004

1

This page triggers a freeze, not a crash for me (and makes spybot's protection stuff go insane, with about 50 notifications of registry changes. Presumably these are related.)

Posted by Anonymous on 19 May 2005

2

This works to make it freeze:
Doctype Strict
ul { padding:5px; }
li { position:relative; padding:5px; display:inline; white-space:nowrap; }

If you use body and p, instead of ul and li, it happens inconsistently, so there is something more here.

Demo page is down, so here's one:
http://www.visi.com/~jah/error/ie6_xpsp2_freeze.html

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes