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

Treeview's multiselect keyboard controls should follow the Aria Practices Guidelines #6702

Closed
dakahn opened this issue Aug 20, 2020 · 1 comment
Assignees
Labels

Comments

@dakahn
Copy link
Contributor

dakahn commented Aug 20, 2020

The Treeview's multiselect keyboard functionality should follow the Aria Practices Guidelines as detailed on this page.

via @carmacleod

Note that the TreeView keyboard behaviors section in the Aria Practices Guide has a subsection for Selection in multi-select trees that is missing from this issue, but should be followed when the tree is multiselectable. You won't be able to implement the "Recommended selection model" because you want unmodified Space key to select and "activate" (i.e. perform the default action, just like the Enter key). So you need to look at implementing the "Alternative selection model".

@dakahn
Copy link
Contributor Author

dakahn commented Jun 25, 2021

closing in favor or #6792

@dakahn dakahn closed this as completed Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants