Closed
Bug 731726
Opened 14 years ago
Closed 14 years ago
Moving the parentNode of a focused DOM node does not remove the node's focus ring
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(2 files, 2 obsolete files)
|
914 bytes,
text/html
|
Details | |
|
2.38 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
In the attached testcase:
1) Focus the first button using the keyboard
2) Press enter
3) Press TAB again and see that we now have two buttons with a focus ring
| Assignee | ||
Comment 1•14 years ago
|
||
Simple patch with a test. Not sure that's the way to go, looking forward to your feedback!
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #601713 -
Attachment is obsolete: true
Attachment #601723 -
Flags: review?(enndeakin)
Attachment #601713 -
Flags: review?(enndeakin)
| Assignee | ||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Comment on attachment 601723 [details] [diff] [review]
patch v2
This is ok, but a reftest would have been a simpler way of testing this.
Attachment #601723 -
Flags: review?(enndeakin) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
(In reply to Neil Deakin from comment #4)
> This is ok, but a reftest would have been a simpler way of testing this.
Never wrote one, it was about time!
Attachment #601723 -
Attachment is obsolete: true
Attachment #602420 -
Flags: review?(enndeakin)
Comment 6•14 years ago
|
||
Comment on attachment 602420 [details] [diff] [review]
patch v3 (with reftest)
The line in reftest.list should be annotated with 'needs-focus' as the test depends on the window being focused.
Attachment #602420 -
Flags: review?(enndeakin) → review+
| Assignee | ||
Comment 7•14 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla13
Comment 8•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [fixed-in-fx-team]
Updated•12 years ago
|
Component: DOM: Other → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•