Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard focus order is incorrect inside the ""Available Authorization" dialog when we navigate using TAB key. :A11y_VS Code extension for API Center_Definition_OpenAPIDocumentation_Keyboard. #120

Open
AnKushSingh05 opened this issue Apr 5, 2024 · 0 comments
Labels
A11y accessbility p3

Comments

@AnKushSingh05
Copy link

AnKushSingh05 commented Apr 5, 2024

GitHub Tags

#A11yTCS; #A11ySev3; #Mac; #WCAG2.4.3; #GH_VSCodeextensionforAPICenter_Mac_Apr2024; #DesktopApp; #VS Code Extension for API Center; #FocusOrder; #AILimited; #A11yMAS; #device; #Keyboard;

Environment Details:

Application Name: VS Code Extension for API Center
macos sonoma version:14.4.1

Repro Steps:

  1. Create an API center in azure portal.
  2. Open Visual studio Code.
  3. Tab till API center extension in the left side panel and press enter.
  4. Tab till definition under the Api name which you have created, and press enter.
  5. The name which you have provided to the definition will appear for ex-"openapi4", right click on it.
  6. Go to "Open API Documentation" using the down arrow and press enter.
  7. Demo conference API screen will appear. TAB to "Authorize" button and hit ENTER key.
  8. "Available Authorization" dialog will open. Navigate using TAB key and observe the issue.

Actual Result:

Keyboard focus order is incorrect inside the ""Available Authorization" dialog when we navigate using TAB key.

Expected Result:

Keyboard focus order should be correct inside the ""Available Authorization" dialog when we navigate using TAB key. As soon as the dialog open, keyboard focus should start from first interactive control.

User Impact:
Keyboard users will face difficulty here as they will have to use shift+ TAB keys to navigate to previous control present in the dialog.

Attachment:

052

@adashen adashen added A11y accessbility p3 labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A11y accessbility p3
Projects
None yet
Development

No branches or pull requests

2 participants