microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.63k stars 29.04k forks source link

The tool tip is provided when we hover over "Azure App Services" in the list using mouse, but is not accessible using keyboard arrow keys. #135639

Closed v-gitsay closed 2 years ago

v-gitsay commented 3 years ago

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

GitHubTags: #A11yMAS;#A11yTCS;#A11ySev2;#VisualStudioCode-Win32-Apr2021;#Visual Studio Code Client;#DesktopApp;#WCAG2.1.1;#AINotInScope;#FTP;#Keyboard;#a11y-partner;

Environment Details:

Screen Reader: NVDA/JAWS Operating system: Windows 10

Repro Steps:

  1. Launch VS Code application.
  2. Tab till Extensions in the Navigation bar and press enter.
  3. Tab to search box.
  4. Type "Azure App Services" in search bar and Tab to the "Azure App Services" in the resulting list.
  5. Check if the tool tip is accessible for "Azure App Services" in the list using keyboard .

Actual:

The tool tip is provided when we hover over "Azure App Services" in the list using mouse, but is not accessible using keyboard arrow keys.

Expected:

Tool tip should be accessible for "Azure App Services" in the list using keyboard arrow keys.

User Impact:

Keyboard users will not get complete information about the list item "Azure App Services" .

Please find the below attachment for reference: 134296946-13d8dd37-c537-4d3b-8798-8cae497bd59b

isidorn commented 2 years ago

Dup of https://github.com/microsoft/vscode/issues/132344