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 - Sign in with GitHub] Keyboard focus indicator is not visible on 'Help & Sign In' controls under 'Sign in with GitHub' pop-up. #3581

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 to "Import" button and select it.
  4. Navigate through the controls appearing under "Import" dialog.
  5. Navigate to "Your GitHub Repo" option and navigate through the all the controls of dialog "Sign in with GitHub"..
  6. Verify that keyboard focus indicator is visible on 'Help & Sign In' controls' or not.

Actual Result: Keyboard focus indicator is not visible on 'Help & Sign In' controls under 'Sign in with GitHub' pop-up window 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 'Help & Sign In' controls under 'Sign in with GitHub' pop-up window, 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_Sign in with GITHUB.zip

jwunderl commented 3 years ago

Displayed in high contrast mode, focus displayed as darkened per sui theming otherwise

image