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:
Safari 1.2 will crash if you try to hide a block level element, such as a div, by setting style.display to 'none', if the element contains the following :after pseudo class:
div:after
{
content: ".";
display: block;
overflow: hidden;
}
Test page Workaround is included
Reported by: sam.
Safari | Reported on 1 April 2005.
Posted by Krijn Hoetmer on 10 May 2005
2Has http://ktk.xs4all.nl/stuff/css/generated-content-safari-crash/ anything to do with this (partly solved?) bug? Since I don't have Safari here I can't really test it thoroughly.
Commenting guidelines:
Posted by ppk on 16 April 2005
1Seems to be solved in 1.3