-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Breakpoints: space to check / uncheck checboxes looses keyboard focus #52299
Comments
(Experimental duplicate detection)
|
The issue here is that pressing Tab focuses the checkbox, it should never focus the checbox since pressing space on the breakpoint actually checks / unchecks the checkbox. |
@bpasero @joaomoreno ping for ideas and help |
@isidorn I do not understand why you can tab into the checkbox even though |
Ok after some investigation it seems like the issue is here The list queries for the element that has the |
Environment Details:
VSCode Version : 1.24.0
OS Version : Win10
Additional Details:
MAS Violated : MAS 2.4.3
Tool Used : Keyboard
Repro Steps:
Actual:
Keyboard focus does not remain on the checkbox when any state is changed. "Tab" is needed to bring back checkbox on focus for first checkbox and for second several tabs are used to bring back focus.
Expected:
Keyboard focus should remain on the checkbox on which any state change action is performed.
Recommendations:
Refer below link which is repository of bug fixes code snippets:
https://microsoft.sharepoint.com/teams/msenable/mas/pages/browse-fixes.aspx
User Impact:
The keyboard only users will find difficulty in navigating between these checkboxes since they would need to "Tab" again and again to bring focus back to same control once their states are changed.
MAS Reference:
MAS 2.4.3 - https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/WopiFrame.aspx?sourcedoc={0de7fbe1-ad7e-48e5-bcbb-8d986691e2b9}
Attachment For Reference:
A11y_VSCode_ViewDebug_Keyboard_CheckboxFocus.pptx
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: