Closed
Bug 159290
Opened 24 years ago
Closed 23 years ago
:active link borders persist
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: mozilla, Unassigned)
Details
2002072208 trunk
TO REPRODUCE:
1) Open a page with lots of links.
2) Middle-click a link to open it in a new tab.
3) Leave the new tab open and go back to the original page from step 1 and see the
link that you clicked on has the :active border.
4) Now go back to the new tab and close it. You should now be left with the
original window and one link with the :active border.
5) Now middle-click a new link.
RESULT:
Now there are two links with the :active border.
EXPECTED:
onMouseDown should clear previous :active link.
Comment 1•23 years ago
|
||
Confirm bug, but probably a duplicate of bug 9809 (Dynamic changes of outline
properties aren't repainted)
Comment 3•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•