RESOLVED WORKSFORME 9270
Quirksmode: Crash when hiding :after pseudo class
https://bugs.webkit.org/show_bug.cgi?id=9270
Summary Quirksmode: Crash when hiding :after pseudo class
Adele Peterson
Reported 2006-06-02 15:00:56 PDT
http://www.quirksmode.org/bugreports/archives/safari/index.html "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 http://davidoffdotnet.net/safaribug.html Workaround is included Reported by: sam."
Attachments
Joost de Valk (AlthA)
Comment 1 2006-06-24 14:05:48 PDT
Works perfectly in latest nightly, closing as worksforme.
Note You need to log in before you can comment on or make changes to this bug.