-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Narrator screen reader is not announcing the list items present in the dropdown.: A11y_WPF Runtime_MainWindow_ScreenReader #726
Description
"Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier."
GitHub Tags
#A11yTCS; #A11ySev3; #A11yMAS; WCAG1.3.1; #Info and Relationships; #Element:ListItems; #WPF; #BM_WPFRuntime_Win32_JUNE2025; #Win32; #DesktopApp; #FTP;
Environment Details:
Application Name: WPF
Version: recent .NET 10 build
OS: Windows 11[Version 23H2(OS Build 22631.3593)]
Screen reader: Narrator, NVDA
Repro Steps:
- Start Narrator/ NVDA.
- Open the sample app.
- TAB to dropdown and hit ENTER key.
- Observe that Narrator screen reader is not announcing the list items present in the dropdown.
Actual Result:
Narrator screen reader is not announcing the list items present in the dropdown, it remains silent.
NVDA announces the information about the list items.
Expected Result:
Narrator screen reader should be announcing the list items present in the dropdown as for example "Hello 1 of 3" also it should be announcing the selected state as selected or not.
User Impact:
Users who relying on Screen reader will be impacted as they cannot perceive the list items, making it difficult to understand the content or structure of the list items. The lack of proper announcements creates barriers for users with disabilities, making the application non-inclusive.
Attachment
726_NVDA.mp4
726_A11y_WPF.Runtime_MainWindow_ScreenReader.mp4
Sample App: