[Webkit-unassigned] [Bug 104371] :active styling of buttons (or any element, really) is not removed on mouse-out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 15:53:04 PDT 2013


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


Aivo Paas <aivopaas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aivopaas at gmail.com




--- Comment #1 from Aivo Paas <aivopaas at gmail.com>  2013-03-25 15:55:32 PST ---
It happens because :hover and :active state are locked on mouse down. Which means that both :hover and :active in CSS are not applied when moving mouse around while holding a mouse button down. It should also be pointed out that other browsers don't have this bug, they behave like native apps.

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