dotnet/wpf

A11y_.NETWPF_EditExaminer_ImmediateWindow_ScreenReader: Tooltip information is not read by Screen Reader

v-navesingh opened this issue · 1 comments

Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier.

GitHubTags:

#A11ySev2;#A11yMAS;#A11yTCS;#A11yWCAG;#DesktopApp;#JAWS;#NVDA;#WCAG1.4.3;#DesktopApp;#Win10;#BM-.NetCore(WPF)-Win32-July2021;.NET Core;#InfoAndRelationship;#Element: Tooltip

Environment details:

Application Name: .NET Core WPF
Microsoft .NET Core SDK Version 6.0.100-rc.1.21380.2
Windows Version: Windows10

Repro Steps

  1. Launch VS 2019 Int Preview
  2. Tab and Navigate to Sample Applications and right click on the Editing Examiner Demo and click on build.
  3. Then right click on Editing Examiner Demo then Click on Debug-->Start New Instance.
  4. Edit Examiner screen should open.
  5. Tab and navigate to on Immediate Window tab.
  6. Turn on NVDA and check whether information written inside Tooltip is announced by screen reader or not.

Actual Result:

Tooltip information is not read by Screen Reader

Note:

This issue is also repro in other controls in EditingExaminer Page.

Expected result:

Tooltip information must be read by Screen Reader

User Impact:

Low Vision users may find difficulty in understanding the content inside tooltip.

@v-navesingh This is the expected behavior according to the design. It is reading the text given in AutomationProperties.HelpText, if you want it to read tooltip as well, concatenate it with HelpText and provide it there.