[Webkit-unassigned] [Bug 9270] New: Quirksmode: Crash when hiding :after pseudo class

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jun 2 15:00:57 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9270

           Summary: Quirksmode: Crash when hiding :after pseudo class
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: adele at apple.com


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."


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list