Closed
Bug 1453693
Opened 5 years ago
Closed 5 years ago
Ensure sequential focus navigation works in Shadow DOM and add some tests
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
12.25 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
12.32 KB,
patch
|
Details | Diff | Splinter Review | |
12.34 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This stuff is rather complicated so I'll fix issues incrementally.
Attachment #8967448 -
Flags: review?(mrbkap)
Assignee | ||
Comment 2•5 years ago
|
||
remote: View your change here: remote: https://hg.mozilla.org/try/rev/595ed5e4d2106f5757e3e6a7c6845d271a76dd70 remote: remote: Follow the progress of your build on Treeherder: remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=595ed5e4d2106f5757e3e6a7c6845d271a76dd70 remote: recorded changegroup in replication log in 0.117s
Assignee | ||
Comment 3•5 years ago
|
||
console.log in the test is for debugging, I could remove if wanted. But I will probably modify that test in other bugs so it can be useful.
Updated•5 years ago
|
Attachment #8967448 -
Flags: review?(mrbkap) → review+
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 4•5 years ago
|
||
remote: View your changes here: remote: https://hg.mozilla.org/try/rev/69fa028293fbd2b2c55f5c1289a539866635b0f8 remote: https://hg.mozilla.org/try/rev/0f113bac293a677b74c6fc2ce9ecc2a7af09e0e2 remote: https://hg.mozilla.org/try/rev/9dcde577687cd5519b2156728f033c322e142a51 remote: https://hg.mozilla.org/try/rev/a39def43cc5153c4debecffc305510d084029f73 remote: https://hg.mozilla.org/try/rev/514ff6e1dc4e9001e76010ea10d7011593367d8f remote: remote: Follow the progress of your build on Treeherder: remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=514ff6e1dc4e9001e76010ea10d7011593367d8f remote: recorded changegroup in replication log in 0.113s
Assignee | ||
Comment 5•5 years ago
|
||
Have to disable the test on mac, since mac has weird sequential focusing.
Assignee | ||
Comment 6•5 years ago
|
||
Pushed by opettay@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/116a49e26695 Ensure sequential focus navigation works in Shadow DOM and add some tests, r=mrbkap
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/116a49e26695
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•