The AI models from the Onboarding screen are being selected with the Directional arrows from the keyboard
Categories
(Core :: Machine Learning: Frontend, defect, P1)
Tracking
()
People
(Reporter: rdoghi, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: [genai][chat])
Attachments
(1 file)
|
3.26 MB,
video/mp4
|
Details |
Found in
- Nightly 149.0a1 (2026-02-16)
Affected versions
- Nightly 149.0a1 (2026-02-16)
Affected platforms
- windows
Preconditions
Have Screen Readers enabled.
Steps to reproduce
- Start the Onboarding process.
- Reach the AI model type modal.
- Use the Tab key to reach one of the AI models.
- Use the Directional arrows to navigate between AI models.
Expected result
- Hitting the Up/Down arrow should simply move to the next Text or button, especially with screen readers enabled.
If NVDA is enabled Hitting the Up Down arrow should move focus to a different item.
Actual result
- The AI models are automatically selected when hitting the Up Down arrows.
Regression range
N/A
Updated•1 month ago
|
Comment 1•1 month ago
|
||
Thanks for the report. Is this a list box or set of radio buttons? if so, it is expected that NVDA will switch to focus mode when you tab to it, in which case the arrows will control selection like they would without a screen reader running.
| Reporter | ||
Comment 2•1 month ago
|
||
The NVDA says its a radio button, we can reach them and go through them with the tab key and whatever arrow we selected from the the keyboard will select the Ai model.
Comment 3•1 month ago
|
||
Okay. Thanks. Unless I'm misunderstanding, this is expected behaviour: NVDA is switching to focus mode (indicated by an audio cue) because this is a radio button group, so the arrow keys behave as they normally would without NVDA running, changing the selected radio button. A user could switch back to browse mode if they wished by pressing escape or NVDA+space.
Updated•1 month ago
|
Description
•