Closed
Bug 835320
Opened 12 years ago
Closed 12 years ago
:active state not reset on dragend of a HTML5 draggable=true element
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 379272
People
(Reporter: ian.b.taylor, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17
Steps to reproduce:
1. Visit http://jsfiddle.net/itaylor/FXd8f/
2. Click and drag the pink "Drag Me" box, and drop it anywhere
Actual results:
When the box begins being dragged, it changes color to lightgreen and its cursor to -moz-grabbing as part of the CSS for :active being applied. After the drag event has ended, the element stays styles as if :active is still applied. Clicking the element again switches is back to inactive.
Expected results:
When the mouse is released and the drag event ends the element should no longer be considered :active and should switch back to being pink and using the -moz-grab cursor.
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
Summary: dragend active css → :active state not reset on dragend of a HTML5 draggable=true element
Comment 1•12 years ago
|
||
Similar to Bug 680220,
And maybe duplication of bug 379272
Comment 2•12 years ago
|
||
Yeah, same issue.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•