[Webkit-unassigned] [Bug 57206] New: incorrect :hover:active and :active rule application

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 27 22:58:05 PDT 2011


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

           Summary: incorrect :hover:active and :active rule application
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shanestephens at google.com


Created an attachment (id=87101)
 --> (https://bugs.webkit.org/attachment.cgi?id=87101&action=review)
test case for bug

Content which has a :hover:active and an :active rule applied to it does not switch from the :hover:active state to the :active state when the mouse button is clicked while hovered over the content and then dragged out.

the attached test case demonstrates this behaviour. A minimal reproduction is:

<style>
#button:hover:active {background: green;}
#button:active {background: blue;}
</style>
<div id="button">Div button is div</div>

After after clicking on this button, the background is (correctly) green, however on drag-out the background should be blue but remains green.

Affects: Chrome 10, Safari 5
Does not affect: Firefox 4

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list