You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Open Visual studio code
Tab till extension button and search for "mssql"
Tab till install and move to the SQL Server button
Tab till Add Connection Button and insert the valid credentials
Right click on the server/database node you want to run the new query on.
Press enter “New Query” write any valid query and click on "Execute query button"
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
The text was updated successfully, but these errors were encountered:
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
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)
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.
“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:
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
The text was updated successfully, but these errors were encountered: