Screenreader fails to narrate secondary actions buttons when in 'Actions' mode
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox134 | --- | disabled |
firefox135 | --- | disabled |
firefox136 | --- | verified |
People
(Reporter: oardelean, Assigned: daisuke)
References
(Blocks 3 open bugs)
Details
(Keywords: access, Whiteboard: [sng-scotchbonnet-followon][scotchbonnet-secondaryactions])
Attachments
(1 file)
Notes
- VoiceOver seems to be working if typing the first letters of a secondary action and then navigating to the corresponding button via tab.
Found in
- Nightly 134.0a1;
Affected versions
- Nightly 134.0a1;
Affected platforms
- Ubuntu 22;
- macOS 14;
- Windows 10;
Preconditions
- Have browser.urlbar.scotchBonnet.enableOverride set to true
- Have browser.urlbar.searchRestrictKeywords.featureGate set to true
- Have a functional Screenreader tool installed
Steps to reproduce
- Enable Screenreader.
- Launch Firefox and open the Dedicated Search Button.
- Select ‘Actions’ from the dropdown.
- Navigate with TAB key through the list of secondary action buttons.
Expected result
- Screenreader narrates secondary actions buttons without any issues.
Actual result
- Screenreader fails to narrate secondary actions buttons.
Regression range
- Not a regression.
Reporter | ||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Comment 1•2 months ago
|
||
So this may end up being a dupe of https://bugzilla.mozilla.org/show_bug.cgi?id=1929597, they are definitely related.
The issue is that most of the time when navigating actions the focus is still on the urlbar input field and not on the individual buttons, in this case tab works for navigating the actions buttons but the buttons are not narrated.
Sometimes (and I cant figure how to make it happen reproducably), the cursor seems to go into toolbar navigation mode, I cant navigate between actions with tab as tab will go back to the toolbar (leaving the urlbar open?) but I can navigate the actions with arrows and when in this state the buttons are narrated as expected.
Comment 2•2 months ago
|
||
Daisuke I am wondering if the switch between the toolbar handling the focus and the urlbar is something that is related to the code handling how the unified search button gets focus? Especially as I can see when we shift+tab in actions mode (or any search mode) we get. a highlighted search mode icon which we probably dont want.
Updated•1 month ago
|
Assignee | ||
Comment 3•1 month ago
|
||
(In reply to Dale Harvey (:daleharvey) from comment #2)
Daisuke I am wondering if the switch between the toolbar handling the focus and the urlbar is something that is related to the code handling how the unified search button gets focus? Especially as I can see when we shift+tab in actions mode (or any search mode) we get. a highlighted search mode icon which we probably dont want.
Ya, we consume tab
key for actions as well.
https://searchfox.org/mozilla-central/rev/cdfe21b20eacfaa6712dd9821d6383859ce386c6/browser/components/urlbar/UrlbarController.sys.mjs#361-374
But, for other search modes as well, the navigation by tab
is same as actions. So, in my opinion, as it maintains consistency, want to keep as it is, but what do you think?
Anyway, I confirmed the original issue that can not narrate any actions using tab
key. (For my env, arrow
key also does not work.)
I will take a look at this issue. Thanks!
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 4•1 month ago
|
||
Comment 7•21 days ago
|
||
Verified as fixed on 136.0a1(22.01.2025) as part of [Nightly 136] Scotch Bonnet testing
Description
•