-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Color Schemes]: Screen reader does not announce the 'default' visible text defined with the 'Campbell' color scheme on the page. #14401
Labels
A11ySev2
Accessibility tracking
A11yWCAG
Accessibility tracking
Area-Accessibility
Issues related to accessibility
HCL-E+D
Accessibility tracking
HCL-WindowsTerminal
Accessibility tracking
In-PR
This issue has a related PR
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
Milestone
Comments
Shubham786786
added
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Area-Accessibility
Issues related to accessibility
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
HCL-E+D
Accessibility tracking
A11yWCAG
Accessibility tracking
HCL-WindowsTerminal
Accessibility tracking
A11ySev2
Accessibility tracking
labels
Nov 17, 2022
carlos-zamora
removed
the
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
label
Dec 6, 2022
FWIW, this still repros on the current Color Schemes page, circa 1.17.3481.0 |
3 tasks
ghost
pushed a commit
that referenced
this issue
Jan 19, 2023
…en reader (#14704) ## Summary of the Pull Request When we navigate to the color schemes page, find the default color scheme (if present) and manually set the container's automation name to include the word 'default'. Note that we don't want to change the actual `ColorSchemeViewModel`'s name since that name is used internally to identify schemes. We only want to change the `ListViewItem`'s name, i.e. the container in the SUI. ## PR Checklist * [x] Closes #14401 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Validation Steps Performed Screen reader reads out the 'default' text now. It also correctly reads out the new default scheme if the default scheme is changed via SUI or json.
ghost
added
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
and removed
In-PR
This issue has a related PR
labels
Jan 19, 2023
@DHowett Should we reopen this then? Or just file a new bug to track the crash? |
Ha, I actually did mean to reopen it. Thanks! |
DHowett
removed
the
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
label
Jan 24, 2023
This comment was marked as outdated.
This comment was marked as outdated.
4 tasks
microsoft-github-policy-service bot
pushed a commit
that referenced
this issue
Jun 5, 2023
## Summary of the Pull Request This removes the "default" text box from the UI Automation tree, thus preventing screen readers from navigating to it. This was a confusing scenario for users because the "default" tag was unclear if it was a part of the previous or next color scheme (i.e. consider hearing "Campbell, default, Campbell PowerShell"; it's unclear which one is default). This also appends the "default" string to the `ToString` function of the color scheme view model. This makes it so that the combo box and list view visually appear the same, but can be quick searched or read out by the screen reader with the 'default' tag. ## Validation Steps Performed - [x] Verified this works on Windows 11 - [x] Verified this works on Windows 10 - Scenarios tested: - [x] saving settings after changing the default scheme - [x] saving settings.json to force a refresh in SUI Closes #14401
DHowett
pushed a commit
that referenced
this issue
Jul 27, 2023
## Summary of the Pull Request This removes the "default" text box from the UI Automation tree, thus preventing screen readers from navigating to it. This was a confusing scenario for users because the "default" tag was unclear if it was a part of the previous or next color scheme (i.e. consider hearing "Campbell, default, Campbell PowerShell"; it's unclear which one is default). This also appends the "default" string to the `ToString` function of the color scheme view model. This makes it so that the combo box and list view visually appear the same, but can be quick searched or read out by the screen reader with the 'default' tag. ## Validation Steps Performed - [x] Verified this works on Windows 11 - [x] Verified this works on Windows 10 - Scenarios tested: - [x] saving settings after changing the default scheme - [x] saving settings.json to force a refresh in SUI Closes #14401 (cherry picked from commit 0425ab0) Service-Card-Id: 90012453 Service-Version: 1.17
DHowett
pushed a commit
that referenced
this issue
Jul 27, 2023
## Summary of the Pull Request This removes the "default" text box from the UI Automation tree, thus preventing screen readers from navigating to it. This was a confusing scenario for users because the "default" tag was unclear if it was a part of the previous or next color scheme (i.e. consider hearing "Campbell, default, Campbell PowerShell"; it's unclear which one is default). This also appends the "default" string to the `ToString` function of the color scheme view model. This makes it so that the combo box and list view visually appear the same, but can be quick searched or read out by the screen reader with the 'default' tag. ## Validation Steps Performed - [x] Verified this works on Windows 11 - [x] Verified this works on Windows 10 - Scenarios tested: - [x] saving settings after changing the default scheme - [x] saving settings.json to force a refresh in SUI Closes #14401 (cherry picked from commit 0425ab0) Service-Card-Id: 90012454 Service-Version: 1.18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A11ySev2
Accessibility tracking
A11yWCAG
Accessibility tracking
Area-Accessibility
Issues related to accessibility
HCL-E+D
Accessibility tracking
HCL-WindowsTerminal
Accessibility tracking
In-PR
This issue has a related PR
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
Windows Terminal version
1.17.3052.0
Windows build number
Windows 11 Version 22H2 (OS Build 25206.1000)
Other Software
No response
Steps to reproduce
User Experience: -
Screen reader users will have to navigate in scan mode to get this value information defined with the color control.
Guideline Reference:
(https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html)
Attachments:
Screen reader does not announce the 'default' visible text defined with the 'Campbell' color scheme on the page..zip
Expected Behavior
Screen reader should announce the 'default' visible text defined with the 'Campbell' color scheme on the page. It should announce as 'Campbell, default, 1 of 11 selected'.
Actual Behavior
Screen reader does not announce the 'default' visible text defined with the 'Campbell' color scheme on the page. It announces as 'Campbell, 1 of 11 selected'.
Observation:
Issue also reproes with the NVDA screen reader.
The text was updated successfully, but these errors were encountered: