[Webkit-unassigned] [Bug 21156] New: Crash with :hover + display loop.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 15:45:51 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21156

           Summary: Crash with :hover + display loop.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: penguinofthegods at gmail.com


stylesheet:

a { display: none; }
img + a { display: block; }

html:

<img src="..."><a href="foobar">hello world</a>

what to do:

hover to the image, move mouse over foobar

what happens:

crash

what should happen:

disappears after moving away from the image and onto the link


-- 
Configure bugmail: https://bugs.webkit.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