The Pick a model to power Smart window text is not automatically read by the Screen Reader
Categories
(Core :: Machine Learning: Frontend, defect, P1)
Tracking
()
People
(Reporter: rdoghi, Assigned: chloezhou)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: [genai][chat][qa])
Attachments
(2 files)
Found in
- Nightly 149.0a1 (2026-02-16)
Affected versions
- Nightly 149.0a1 (2026-02-16)
Affected platforms
- all
Preconditions
Have Screen Readers enabled.
Steps to reproduce
- Start the Onboarding process.
- Reach the AI model type modal.
Expected result
- The Entire text as well as the 3 Model types should be read out loud by the Screen readers.
Actual result
- The Pick a model to power Smart window text is not read out loud by the Screen reader.
Regression range
N/A
Updated•6 months ago
|
Comment 1•6 months ago
|
||
S2 because important information isn't indicated to some users.
Comment 2•6 months ago
|
||
The severity field is not set for this bug.
:Mardak, could you have a look please?
For more information, please visit BugBot documentation.
Updated•5 months ago
|
Updated•5 months ago
|
| Assignee | ||
Comment 3•5 months ago
|
||
The onboarding model picker dialog's subtitle ("Pick a model to power Smart Window") was not announced by screen readers. The <main role="alertdialog"> only referenced the title <h1> via aria-labelledby, while the subtitle <h2 id="mainContentSubheader"> was only reachable through aria-describedby="mainContentInner", which points to the entire inner content container. Screen readers don't reliably announce description text from large containers with interactive children.
Adding mainContentSubheader to aria-labelledby ensures the subtitle is announced as part of the dialog's accessible name. When no subtitle exists, the missing ID reference is safely ignored.
Updated•5 months ago
|
Comment 5•5 months ago
|
||
| bugherder | ||
Comment 6•5 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 7•5 months ago
|
||
The patch landed in nightly and beta is affected.
:chloezhou, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox150towontfix.
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 8•5 months ago
|
||
Verified as fixed in our latest Nightly 151.0a1 (2026-03-30), however I did notice that the entire text from the Onboarding model is read twice, not sure if its an issue or not.
| Assignee | ||
Updated•4 months ago
|
Updated•3 months ago
|
Description
•