Closed
Bug 1532334
Opened 6 years ago
Closed 6 years ago
nsContentUtils::IsSubDocumentTabbable() needs to be able to report true for out-of-process iframes
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
Details
(Whiteboard: [fission-event-m1])
Attachments
(1 file)
nsContentUtils::IsSubDocumentTabbable() currently always says false for out-of-process iframes, which is a problem for focus traversal.
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D21927
Updated•6 years ago
|
Priority: -- → P2
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/273f979acb06
Make nsContentUtils::IsSubDocumentTabbable() return true for out-of-process iframes. r=nika
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
Fission Milestone: --- → M2
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•