Closed
Bug 156301
Opened 23 years ago
Closed 23 years ago
Link focus outline ghosting during "find next"
Categories
(SeaMonkey :: General, defect, P1)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2beta
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
As you find next (CtrL+G), and move through links and non-links, Mozilla doesn't
erase the old outlines of anchors that it highlighted.
To reproduce, open www.mozilla.org and search for "Gecko". Hit Ctrl+G several
times eventually you will have 2 or more focus rings on links.
The fix is exactly what Bryner caught in a review of some code I wrote before,
but we weren't sure whether it was correct back then.
| Assignee | ||
Updated•23 years ago
|
| Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 90514 [details] [diff] [review]
If we're already focused on a link in this document, and are now focusing on the document itself, use SetContentState(nsnull, NS_EVENT_STATE_FOCUS) rather than SendFocusBlur()
r=bryner
Attachment #90514 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 90514 [details] [diff] [review]
If we're already focused on a link in this document, and are now focusing on the document itself, use SetContentState(nsnull, NS_EVENT_STATE_FOCUS) rather than SendFocusBlur()
sr=jst
Attachment #90514 -
Flags: superreview+
| Assignee | ||
Comment 4•23 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•