-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[A11Y] Screen Reader doesn't announce what control gets focused #12217
Comments
One solution would be to make the out of process designer emit a message to screen readers that makes them announce the text passed. There are probably other nice cases that can be added to. |
@Tanya-Solyanik verified this issue with latest VS 17.12.0 Preview 3.0 [35324.145.main] from main branch: Narrator cannot focus and announce on the form1 or button1 in VS design time when using mouse click or keyboard to switch between form1 and button1. NVDA does not announce the form1 or button1 in VS design time when using mouse click or keyboard to switch between form1 and button1. |
@towebo we'd love to engage with you about exactly what announcements and information you would like to have the Screen Reader tell you. Let us know if you'd be up for a Teams call and we can connect. |
I'd love to connect with you on this topic. |
@merriemcgaw, you can reach out to [email protected] with suggestions on when to connect. |
Would really like to see it fixed as soon as possible. |
Yeah, quite an annoying one, would be nice to have it fixed. I'm available for calls, chats, emails, whatever you want. |
I too am available for the discussion |
I used to use winforms a lot when I could use the keyboard to move the controls , and it made design so much faster to use tab/shift+tab to move through the controls on the form. Please, Please, Please bring this back Microsoft! |
@merriemcgaw, please reach out to me so we can resolve this as soon as possible. |
We are actively working on announcements in the designer, and we acknowledge that the work has been delayed before. I'll keep you posted on developments and let you know as soon as we have preview builds available with our first iteration. I will reach out sometime early in the new year to connect with you all individually about what you need most from these announcements. In the meantime, if you haven't tried using the DocumentOutline Window in Visual Studio while designing forms, it does announce and can be very useful in navigating and understanding the hierarchy of controls within the form. ~Merrie |
I tried the Document Outline View and yes, it gives a clear picture of the hierarchy and it's easy to collapse and expand the tree. |
Environment
VisualStudio.17.Preview/17.11.0-pre.5.0+35118.90
.NET version
8.0
Did this work in a previous version of Visual Studio and/or previous .NET release?
No, never in the out of process designer
Issue description
When the out of process designer has focus and you try to move between the controls on the form screen readers aren't able to detect the focus change and are therefore quiet.
This makes it impossible to work with the designer in a sufficient way.
You can press F4 to focus the property editor and tab to the components combo to select the component you want to work with but that's extremely insufficient.
Steps to reproduce
The screen reader doesn't announce that the button got focused.
Diagnostics
No response
The text was updated successfully, but these errors were encountered: