After full-screen mode toggle, the keyboard stops working (<iframe> loses focus)
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: CoolCmd, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
This bug first seen in Firefox 119.
-
Change the following Firefox settings:
Go toabout:preferences#privacy
and set "Enhanced Tracking Protection" to "Strict". Specifically, the "tracking content" must be ticked.
*** OR ***
Go to about:preferences#privacy and set "Enable secure DNS using" to "Max Protection (Cloudflare)". Then go toabout:config
and setnetwork.dns.disableIPv6=true
. -
Go to https://forums.overclockers.ru/viewtopic.php?p=18069601#p18069601
and click the video. -
Press repeatedly F key on the keyboard.
Actual results:
After one or two key presses, the full-screen mode stops switching. Other shortcuts also stop working ("K" for pause/play). This happens because <iframe> with Youtube video loses focus.
Any <iframe> is affected by this bug, not just Youtube, even WebExtension pages loaded from disk!
Expected results:
The full-screen mode should switch.
I'm wondering, how network settings can affect keyboard focus? LOL
Comment 2•1 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 years ago
|
Comment 3•1 years ago
|
||
Sounds like a same bug as bug 1829594 which is fixed on Nightly.
CoolCmd, could you help to try if you still see this on recent Nightly? Thanks!
yes, this is a same bug and it is fixed.
Comment 5•1 years ago
|
||
Thanks!
Description
•