Closed
Bug 202987
Opened 22 years ago
Closed 21 years ago
Links stay active (colored in red) after drag has completed
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 193321
People
(Reporter: rginda, Assigned: saari)
Details
Actual:
1. Start dragging a link; notice it changes from blue to red (:active)
2. Drop the link somewhere.
3. Notice that the link is still red.
Expected:
The link should turn blue when the mouse button is released.
Notice that if you press ESC to end the drag, the link will change back to blue
*only if you release the mouse button over the source window*. If you release
the button anywhere else, the link stays red. This happens on both Windows and
Linux for me
I'm not really sure where to file this, so I'm starting with event handling.
Notice also bug 202956, which seems similar except for the fact that it involves
context menus (and doesn't reproduce for me :)
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 193321 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•