Open
Bug 1734448
Opened 3 years ago
Updated 3 months ago
Keyboard focus does not move to native permissions dialog when attempting to allow or deny microphone permissions
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: robinson.lauren514, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36
Steps to reproduce:
- Navigate to a site with a recording feature.
- Attempt to activate the feature.
- Notice native permissions dialog opens.
- Attempt to Allow or Block permissions using keyboard-only.
- Notice it is not possible to get focus inside permissions dialog using Tab key only.
Actual results:
Keyboard focus does not move to permissions dialog when requesting accept or deny permission to microphone.
Expected results:
When the permissions to allow/deny microphone dialog appears focus should move into that dialog immediately.
It is possible to use F6 key to move to address bar and then to dialog. However, this might be less intuitive for some users.
Reporter | ||
Updated•3 years ago
|
Summary: Keyboard focus does not move to native permissions dialog when attempting to accept microphone permissions → Keyboard focus does not move to native permissions dialog when attempting to allow or deny microphone permissions
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: UI Events & Focus Handling' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → DOM: UI Events & Focus Handling
Product: Firefox → Core
Updated•3 months ago
|
Blocks: doorhangersa11y
See Also: → 1354551
You need to log in
before you can comment on or make changes to this bug.
Description
•