VoiceOver on FireFox, focus moved to first element of page regardless of focus placement
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
People
(Reporter: katehiga8, Unassigned)
Details
Steps to reproduce:
- Turn VoiceOver on.
- Navigate to www.google.com on FireFox.
Actual results:
The Google search input on the page has autofocus. The focus seems to jump quickly from the input to the first element on the page.
Expected results:
I would expect the VoiceOver cursor to respect the focus set by the page and remain on the input.
This seems like problematic behavior if a webpage is managing a focus intentionally.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Disability Access APIs' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 years ago
|
||
Hi katehiga8!
If you open 'VoiceOver Utility.app' and navigate to "Web" and then "General", do you have "When loading a webpage ... Automatically speak the webpage" checked? If you uncheck this box, do you experience the same behaviour?
Hi! Morgan,
That checkbox is already unchecked for me. I have both “Speak webpage summary” and “Automatically speak the webpage” unchecked. In addition, I have “While a webpage loads” set to “Do nothing”.
Comment 5•3 years ago
|
||
I can repro this, and I can confirm that safari doesn't do this... I think we're firing a FocusedUIElementChangedNotification after page load when we shouldn't be.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Description
•