Narrator does not read out the NavigationView button after activating close/open NavigationView button in WPF Xaml Islands #3494
Labels
accessibility
Narrator, keyboarding, UIA, etc
area-Accessibility
area-Islands
Xaml Islands feature
needs-winui-3
Indicates that feature can only be done in WinUI 3.0 or beyond. (needs winui 3)
no-issue-activity
Describe the bug
If the user has tab focus on the Open/Close NavigationView button, the Narrator will initially read out "Close Navigation..." and after pressing Enter on it, the NavigationView closes but it does not read out the new name "Open Navigation...". On all examples of NavigationView on the Xaml Controls Gallery app, this behavior does not happen. The button is read out by the narrator whenever it is activated.
Steps to reproduce the bug
Steps to reproduce the behavior:
It can be reproduced on the WPF Xaml Islands Sample by modifying this to
Left
:https://github.com/microsoft/Xaml-Islands-Samples/blob/4889c827866adfc9ef95a675384cebe998cc28ce/Samples/Managed/UWPApplication/MainPage.xaml#L22
Expected behavior
Narrator should read out the name of the button before and after pressing Enter to notify the user that an event has taken place.
Screenshots
The bug can be reproduced on PowerToys (which uses a WPF Xaml Islands). The issue microsoft/PowerToys#7024 has a video of the repro.
Version Info
NuGet package version:
Microsoft.UI.Xaml 2.5.0-prerelease.200923002
Windows app type:
WPF Xaml Island
Additional context
The bug can be reproduced on PowerToys Settings (which uses a WPF Xaml Islands). The tracking issue is microsoft/PowerToys#7024
The text was updated successfully, but these errors were encountered: