Closed
Bug 865409
Opened 12 years ago
Closed 4 years ago
Pseudo-class :active not removed when mouse is dragged out and then released
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 379272
People
(Reporter: ws.bugzilla, Unassigned)
References
Details
As reported here: http://stackoverflow.com/questions/12417727/pseudo-class-active-not-working-correctly-in-firefox
JsFiddle reproducing the issue: http://jsfiddle.net/BMHUz/123/
Steps:
* Hold the mouse down over the "testing" text
* Drag it away
* Release
Expected:
* link turns yellow on mouse-down, green on mouse-up
Actual:
* link turns yellow on mouse-down, then remains yellow on mouse-up
Note: this might be a Windows-specific issue; Boris Zbarsky reports that this works on Mac.
This sounds like a duplicate of bug 851103.
It sounds like it's very similar, yes. Not sure if the same fix will fix both though; this one works on any element that has an :active style.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•