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

Add user action event for expand/collapse on a treeitem #166

Open
jnurthen opened this issue Jul 28, 2020 · 2 comments
Open

Add user action event for expand/collapse on a treeitem #166

jnurthen opened this issue Jul 28, 2020 · 2 comments

Comments

@jnurthen
Copy link

Most trees support expand and select as separate actions on tree items.

Windows Narrator allows a user to double tap to expand an item in a tree and triple tap to select it. There is no way to implement this action in a web app.
It would be great for the expand event to fire the right arrow (not sure how trees are represented in LTR so not sure if this would flip) and fire space for the select event. Alternatively click could work for the select but I'm unsure if we want to mix keyboard and mouse events in this way on the same object.

@cookiecrook
Copy link
Collaborator

Also multi-select #167

@cookiecrook
Copy link
Collaborator

discussion yesterday concluded that LR arrows for expand/collapse was reasonable (with the dir="rtl" caveat). Since select is already implemented as click in most browsers, consensus was that no change to select is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants