Settings: user / workspace switcher keyboard focus is strange #124161
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
settings-editor
VS Code settings editor issues
verified
Verification succeeded
Milestone
There are a couple of issues with the user / workspace switcher in the setting UX
right
to focus onto Workspace. The reason for this is most probably that you are using anActionBar
and you mark the invisible sections as disabled and still put them in theActionBar
. Ideally the invisible sections would not even be in theActionBar
however if that is not possible can you try passingfocusOnlyEnabledItems: true
when creating theActionBar
.The text was updated successfully, but these errors were encountered: