-
Notifications
You must be signed in to change notification settings - Fork 708
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
Narrator is silent when user selects a NavigationViewItem #3296
Comments
I think we need to raise a UIA Selection event https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselectionitem |
This does not repro with the latest debug build of XCG and the MUXControlsTestApp. I think this was fixed with #2692 but just not serviced to the store version of the XCG. |
Closing based on @chingucoding's last comment |
Checked the issue still exists in the latest 1.2.20.0 version Steps to reproduce the bug: Expected behavior: Actual behavior: |
Seems to work fine in the Left Expanded mode. I do notice that in the minimal mode the pane is collapsed on invocation causing narrator to move to a different element and not reading the settings selection, is that what you are referring to? |
Describe the bug
Narrator users get no audible feedback to confirm their selection. This feels particularly problematic because selecting a nav item likely results in a page navigation and a significant change to the app content. Sighted users get visual feedback that something happened but blind users are left, so to speak, in the dark.
Steps to reproduce the bug
Steps to reproduce the behavior:
Expected behavior
User hears audible feedback along the lines of "Basic Input, 3 of 14, selected, expanded". This may be unnecessary verbose and simply announcing "selected" may suffice.
The text was updated successfully, but these errors were encountered: