dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.06k stars 1.17k forks source link

A11y_.NET Core_WPF_EditExaminer_Document Tree_Keyboard: Keyboard focus is not clearly visible on "Document Tree view" #7885

Closed v-inanda closed 1 year ago

v-inanda commented 1 year ago

Description

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

GitHubTags:

A11yMAS;#A11yTCS;#BM_.NET Core[WPF]_Win32_May23;#.NET Core;#A11ySev3;#WCAG2.4.7;#DesktopApp;#Win11;#Keyboard;#Focus Visible;#Benchmark;#Closed;#Regressed:07-05-23;

Environment Details:

Application Name: .NET Core .NET Version: .NET-SDK-8.0.100-preview.4.23260.5 WPF Operating System: Windows 11 Enterprise 21H2

Reproduction Steps

  1. Launch VS 2022 Preview
  2. 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 to "Document Tree view".
  6. Verify whether the Keyboard focus is clearly visible on "Document Tree view" or not.

Expected behavior

Keyboard focus should clearly be visible on "Document Tree view". The focus borders should clearly visible.

Actual behavior

Keyboard focus is not clearly visible on "Document Tree view". The borders are not visible clearly.

A11y_ NET Core_WPF_EditExaminer_Document Tree_Keyboard

Regression?

No response

Known Workarounds

No response

Impact

Low vision users may not be able to view/identify the keyboard focus if the focus is not visible clearly.

Configuration

No response

Other information

No response

v-inanda commented 1 year ago

@harshit7962 The issue is still reproducing. As we have discussed over teams, this PR is not yet merged. Please update us when it gets merged.

v-inanda commented 1 year ago

@harshit7962 Verified the issue and it is still reproducing.

Presentation1

harshit7962 commented 1 year ago

Updated the code to fix the issue. Kindly fetch the latest code and check for the same. Merged PR at: https://github.com/microsoft/WPF-Samples/pull/496

v-inanda commented 1 year ago

@harshit7962 Verified the issue and it is fixed. Hence, closing the bug.

Presentation1