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 accessibility: Cannot check breakpoint checkboxes when selecting the line item #3379

Closed
Tyriar opened this issue Feb 23, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 23, 2016

#3246

The debug panel focus goes first to the list, allowing selection of either "All Exceptions" or "Uncaught Exceptions", tabbing again will focus the All Exceptions checkbox, tabbing again will focus the Uncaught Exceptions checkbox. Focusing the list items seems to do nothing, I expect one of these to happen:

  • The list items cannot be focuses/highlighted as toggling is done by focusing the checkboxes.
  • You need to focus the list item and hit enter to toggle the checkbox.
@Tyriar Tyriar added the bug Issue identified by VS Code Team member as probable bug label Feb 23, 2016
@isidorn isidorn added this to the Backlog milestone Feb 24, 2016
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Feb 24, 2016
@isidorn isidorn modified the milestones: March 2016, Backlog Feb 29, 2016
@isidorn isidorn closed this as completed in 90c05ec Mar 1, 2016
@isidorn
Copy link
Contributor

isidorn commented Mar 1, 2016

enter already navigates to that breakpoint. So I decided to use space instead.
I think it is common practice to use space for toggling state. Let me know how you feel about it.

@isidorn isidorn assigned Tyriar and unassigned isidorn Mar 1, 2016
@Tyriar Tyriar added the verified Verification succeeded label Mar 18, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants