Skip to content
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_.NETWPF_EditExaminer_ImmediateWindow_ScreenReader: Tooltip information is not read by Screen Reader #5036

Closed
v-navesingh opened this issue Aug 6, 2021 · 1 comment
Assignees
Labels
Accessibility An issue related to accessibility enhancements or blockers.
Milestone

Comments

@v-navesingh
Copy link

v-navesingh commented Aug 6, 2021

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.

@vishalmsft vishalmsft added Accessibility An issue related to accessibility enhancements or blockers. Investigate Requires further investigation by the WPF team. and removed Untriaged Requires WPF team triage labels Aug 12, 2021
@anjali-wpf anjali-wpf self-assigned this Aug 16, 2021
@ryalanms ryalanms added this to the 7.0.0 milestone Aug 27, 2021
@anjali-wpf
Copy link
Contributor

@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.

@anjali-wpf anjali-wpf removed the Investigate Requires further investigation by the WPF team. label Dec 12, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility An issue related to accessibility enhancements or blockers.
Projects
None yet
Development

No branches or pull requests

4 participants