Add slider support for browse mode navigation#19398
Merged
seanbudd merged 6 commits intonvaccess:masterfrom Dec 30, 2025
Merged
Add slider support for browse mode navigation#19398seanbudd merged 6 commits intonvaccess:masterfrom
seanbudd merged 6 commits intonvaccess:masterfrom
Conversation
Contributor
|
I think it's acceptable to default to not assigning gestures. |
Collaborator
|
Agreed with @cary-rowen here. I think it is best to leave this unassigned by default. I think there are higher priority controls that support quicknav but are still unassigned. |
Contributor
|
Agreed, and there is always f/shift+f to go through all form fields or people can use the Element List. Besides that, this is a welcome change. |
Contributor
Author
|
Hi @cary-rowen, @LeonarddeR and @bramd, |
Contributor
|
This feature should also be mentioned in the User Guide's chapter Other navigation commands |
Contributor
Author
|
@wmhn1872265132, done! Thanks. |
Member
|
Could you please confirm testing and fill out the testing steps? |
seanbudd
reviewed
Dec 29, 2025
seanbudd
approved these changes
Dec 29, 2025
LeonarddeR
reviewed
Dec 29, 2025
Contributor
Author
|
Hi @seanbudd and @LeonarddeR, Done! Thanks. |
Somsubhra-Nandi
pushed a commit
to Somsubhra-Nandi/nvda
that referenced
this pull request
Jan 9, 2026
Fixes nvaccess#17005 Summary of the issue: Currently, slider controls (HTML range inputs and ARIA sliders) are not included in browse mode navigation. Users cannot navigate to sliders using quick navigation keys. Description of user facing changes: Slider controls are now included in browse mode navigation. Users can navigate to sliders using quick navigation. By default, no gesture is assigned. Description of developer facing changes: Added "slider" node type to browseMode.py base implementation; Implemented slider detection for: Gecko (Firefox) virtual buffers, MSHTML (Internet Explorer) virtual buffers, UIA (Edge, modern UI) browsers, Chromium (Chrome) IAccessible implementation. Updated changes.md documentation. Description of development approach: Extended the existing browse mode navigation framework to recognize slider controls; Used existing control type detection patterns (ARIA roles, HTML input types, UIA control types); Followed the same pattern as other form controls (checkbox, radio button, etc.).
tareh7z
added a commit
to tareh7z/nvda
that referenced
this pull request
Feb 16, 2026
Fixes nvaccess#17005 Summary of the issue: Currently, slider controls (HTML range inputs and ARIA sliders) are not included in browse mode navigation. Users cannot navigate to sliders using quick navigation keys. Description of user facing changes: Slider controls are now included in browse mode navigation. Users can navigate to sliders using quick navigation. By default, no gesture is assigned. Description of developer facing changes: Added "slider" node type to browseMode.py base implementation; Implemented slider detection for: Gecko (Firefox) virtual buffers, MSHTML (Internet Explorer) virtual buffers, UIA (Edge, modern UI) browsers, Chromium (Chrome) IAccessible implementation. Updated changes.md documentation. Description of development approach: Extended the existing browse mode navigation framework to recognize slider controls; Used existing control type detection patterns (ARIA roles, HTML input types, UIA control types); Followed the same pattern as other form controls (checkbox, radio button, etc.).
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes #17005
Summary of the issue:
Currently, slider controls (HTML range inputs and ARIA sliders) are not included in browse mode navigation. Users cannot navigate to sliders using quick navigation keys.
Description of user facing changes:
Description of developer facing changes:
Description of development approach:
Testing strategy:
Tested manually.
Known issues with pull request:
N/A
Code Review Checklist: