-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
[Screen Reader - Open and close New Tab]: Screen reader does not announce position number for the tabs navigating via "Ctrl+Tab" or "Ctrl+Shift+Tab" key. #8474
Comments
I'm guessing that this is the same thing as #8464, where we provide a little bit of metadata in the message. /cc @carlos-zamora |
@zadjii-msft |
@akash07k @carlos-zamora is the one who's currently working on our accessibility bugs. Carlos, do browsers do this? If so, then I'm betting this is also something that the WinUI team should implement themselves, like #8464 |
Thanks @zadjii-msft
Ya, if WinUI team implements it then it will be fixed for many more apps too and it would be win-win for all. |
I have good news and bad news.
Bad news:
|
@Chandresh1007 since this is fixed now, could you close the bug? Thanks. |
Er, I tried this in 1.7 and didn’t hear an announcement for the tab index. Maybe the tab switcher interferes? |
@carlos-zamora
|
Apologies. I was in the process of writing a comment then got distracted with something else. The tab switcher actually "fixes" this functionality. However, when the tab switcher is not enabled, this bug occurs. So it's still valid, I think? The default functionality setting includes the tab switcher though. That's the only reason I can think of disqualifying it, but that's not a good enough reason, I think. |
Issue is fixed. Now the screen reader is announcing the position number along with its name and state. Verified on following Test Environment: |
Closing the bug as issue has been fixed. |
User Experience:
If the correct information and relationships are not provided, it would be difficult for people with different disabilities as the information and relationships that are implied by visual or auditory formatting will not be preserved when the presentation format changes.
Having these structures and these relationships programmatically determined or available in text ensures that information important for comprehension will be perceivable to all.
Test Environment:
OS: Win 10 2004 Build (20262.1010)
App: Windows Terminal
App version: 1.4.3243.0
Repro Steps:
Actual Result:
Screen reader does not announce position number for the tabs navigating via "Ctrl+Tab" or "Ctrl+Shift+Tab" key.
Expected Result:
Screen reader should announce the position number for the tabs navigating via "Ctrl+Tab" or "Ctrl+Shift+Tab" key.
For e.g. If total 5 tabs are present and currently the focus is at 3rd tab then narrator should announce it as "3of 5".
Note: Same issue repro with NVDA.
Observation: In scan mode narrator announces position number.
MAS Reference:
https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/WopiFrame.aspx?sourcedoc=%7B54f28d1f-a2d1-4dcd-84e1-5c9b87e8aba4%7D&cid=a7f80d30-34d6-4e03-af19-fa3c97a5bf31
MAS1.3.1_Position no does not get announced for tabs.zip
The text was updated successfully, but these errors were encountered: