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

A11y_mssql for VSCode_Message Window_Keyboard:After pressing tab key(Ctrl+M) from "More actions" keyboard focus is going to bottom status bar instead of going to the "messages" dropdown. #17192

Closed
Roopesh-T opened this issue Jan 10, 2022 · 5 comments
Assignees

Comments

@Roopesh-T
Copy link

Roopesh-T commented Jan 10, 2022

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

GitHubTags:#A11yMAS;#A11yTCS;#BM_mssql for VSCode_Jan2022;#mssql for VSCode;#Win32;#FTP;#DesktopApp;#A11ySev2;#Keyboard;#AINotInScope;#FocusOrder;#WCAG2.4.3;#Regressed:03-02-2023;

Environment Details:

Application Name: mssql for VSCode
Windows Version: Win11

Repro Steps:

  1. Open Visual studio code
  2. Tab till extension button and search for "mssql"
  3. Tab till install and move to the SQL Server button
  4. Tab till Add Connection Button and insert the valid credentials
  5. Right click on the server/database node you want to run the new query on.
  6. Press enter “New Query” write any valid query and click on "Execute query button"
  7. Message Window will open and check if the focus order is correct in message window.

Actual:

After pressing tab key(Ctrl+M) from "More actions" keyboard focus is going to bottom status bar instead of going to the "messages" dropdown.

Similar issue is also observed in Select top 1000 Results window_focus order is coming from bottom to top.

Expected:

After pressing tab key(Ctrl+M) from "More actions" keyboard focus should go to "messages" dropdown bottom instead of going to the status bar.

User Impact:

Keyboard users will face difficulty in navigating the Message Window

Attachments

17192_A11y_mssql for VSCode_Message Window_Keyboard

@Roopesh-T Roopesh-T changed the title A11y_ A11y_mssql for VSCode_Message Window_Keyboard:After pressing tab key(Ctrl+M) from "More actions" keyboard focus is going to bottom status bar instead of going to the "messages" dropdown. Jan 10, 2022
@smartguest
Copy link
Contributor

smartguest commented Jan 27, 2022

This issue appears to be caused either by the way dividers are arranged in the extension or how vscode handles elements in windows. This may be fixed by changing the way elements are arranged in vscode-mssql (need to know how vscode determines what element to tab next, or maybe this might just be default vscode behavior)

@smartguest smartguest self-assigned this Jan 28, 2022
@smartguest
Copy link
Contributor

Closing as this is standard vscode behavior with webview based windows. This is demonstrated as when you open an IPYNB notebook in vscode, the same tab behavior is seen there as well.

@Roopesh-T
Copy link
Author

The issue is still repro in the latest env
216575569-acdc8f4a-0d0c-4911-8672-31a37b6a4167
please reopen the bug.
17192_repro

@Charles-Gagnon Charles-Gagnon reopened this Feb 3, 2023
@alanrenmsft alanrenmsft added this to the March 2023 Release milestone Feb 3, 2023
@alanrenmsft
Copy link
Contributor

alanrenmsft commented Feb 10, 2023

@Roopesh-T this is a dupe of microsoft/vscode#166768, please close.

@Roopesh-T
Copy link
Author

Closing the bug, as the bug microsoft/vscode#166768 is the exact same issue. and the team is following up on that bug.
Git Hub Tag: #closed;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants