Closed
Bug 25232
Opened 25 years ago
Closed 25 years ago
Links keep dotted focus border on the left and top
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: martin.honnen, Assigned: kmcclusk)
Details
If you click a link it gets dotted border probably to show that it is focussed.
But that border is only partly removed and remains on the top and left when
another link is clicked.
<A HREF="javascript: void 0"
ONCLICK="alert(event.type); return false;"
>
a js link
</A>
|
<A HREF="javascript: void 0"
ONCLICK="alert(event.type); return false;"
>
a 2nd js link
</A>
Kevin -- I'm not sure if this is a style problem or rendering problem. I'll
guess at rendering, and ask you to take a first look.
Assignee: rickg → kmcclusk
Assignee | ||
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 18579 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•