microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
717 stars 589 forks source link

[Keyboard Navigation – Make Code - Header] Keyboard focus indicator is not visible on multiple controls under ‘Header' section. #3589

Closed Shalini3457 closed 3 years ago

Shalini3457 commented 3 years ago

User Experience: If the desired component, on which keyboard operations will interact at any point in time is not visually determined, people with attention limitations, short term memory limitations, or limitations in executive processes will find it difficult to discover where the focus is located.

Note: User credentials should NOT be included in the bug.

Repro Steps:

  1. Launch application URL.
  2. Home page will open.
  3. Navigate "New Project" option and select it.
  4. Editor screen will open.
  5. Navigate to all controls appearing in header section.
  6. Verify that keyboard focus indicator is visible on (Micro:bit, Home, Share, More, help etc.) controls or not.

Actual Result: Keyboard focus indicator is not visible on (Micro:bit, Home, Share, More, help etc.) controls on ‘Header’ section and due to this, visual impaired user is unable to see the keyboard focus on that control and also he/she is unable to perform functionality over such control.

Expected Result: Keyboard focus indicator should be visible on (Micro:bit, Home, Share, More, help etc.) controls on ‘Header’ section, so that visual impaired user could easily see the keyboard focus on that control to perform functionality over such control.

Note: Same issue appear under Chrome & Firefox.

WCAG Reference: WCAG 2.4.7 - Focus Visible

Test Environments: Version: 20H2 (OS Build: 19042.508) Browser: Edge chromium DEV Build (Version 87.0.654.0), Firefox(75.0), Chrome

Shalini3457 commented 3 years ago

Labels:

A11yMAS;#Accessibility;#A11ySev2;#HCL;#HCL-MakeCode-New;#WCAG2.4.7;#Win10-Edge(Chromium)

WCAG2.4.7_Header_Focus is not visible.zip

jwunderl commented 3 years ago

focus indication by color background change, and outline visible in high contrast mode.