Skip to content

A11y_WINFORMS_CommonControls1_ButtonSection_Keyboard : Keyboard focus order is incorrect inside Button section. #7336

@PoojaNamde

Description

@PoojaNamde

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

.NET version

.NET Framework Version 4.8.04161
Operating System: Windows 11 Enterprise 21H2

Did it work in .NET Framework?

No

Issue description

GitHubTags:#A11yMAS;#A11yTCS;#.NET Core[WINFORMS]-Win32-June2022;#.NET Core;#A11ySev2;#WCAG2.4.3;#DesktopApp;#Win11;#Benchmark;#Keyboard

Actual:

Focus order is incorrect inside button section, as the keyboard focus is first moving to 'LargeIcon' instead of moving to 'List'.

Expected:

Focus order should be correct inside button section, as the keyboard focus should first move to 'List' instead of moving to 'LargeIcon' and it should move in sequence.

User Impact:

Keyboard users will face difficulties while navigating inside button section.

Steps to reproduce

  1. Open Core testing solution in VS Enterprise 2022 Int Preview.
  2. Right click on cs.proj file and click on Build-> Build Solution.
  3. Press enter on the application.
  4. Main Form screen gets open
  5. Click on "Common_Controls1:Testing the controls under the Common_controls" Tab.
  6. Tab to Button section and navigate using keyboard Tab key.
  7. Observe that Keyboard focus order is incorrect inside Button section.

Attachment:

7336_A11y_WINFORMS_CommonControls1_ButtonSection_Keyboard.MP4

Metadata

Metadata

Assignees

Labels

a11y-MASHigh Priority - Accessibility violation of Microsoft Accessibility Standardsa11y-resolvedReady for official tester to validate and close

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions