Open
Bug 1680503
Opened 4 years ago
Updated 3 years ago
Firefox makes in-process iframe in designMode framer unfocusable
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
People
(Reporter: hsivonen, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome)
At present, we have an OOP iframe vs. in-process iframe difference where the OOP side matches Chrome:
Our in-process case makes iframes in a designMode = "on"
framer unfocusable while our OOP case and Chrome don't let designMode
affect focusability.
Reporter | ||
Updated•4 years ago
|
Summary: Firefox make in-process iframe in designMode framer unfocusable → Firefox makes in-process iframe in designMode framer unfocusable
Comment 1•4 years ago
|
||
According to editing API WG, designMode
is typically not used by new apps. So, I think this shouldn't have higher priority than P3.
Comment 2•4 years ago
|
||
Fission Future
Not a priority since this is a corner case plus we're now matching Chrome's behavior.
Fission Milestone: --- → Future
status-firefox85:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•