-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(cdk-experimental/ui-patterns): Tree expand/collapse key should work in follow focus mode #31747
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
Conversation
…rk in follow focus mode
|
Deployed dev-app for 393838e to: https://ng-dev-previews-comp--pr-angular-components-31747-dev-o4qdongt.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
|
I noticed a bug that might be related Steps to reproduce
|
|
I noticed the focus outline did not change? Is that the bug you referred to? If so, I think that's the styling issue that |
|
No, the focus ring is ok. The result of following those steps is the tree loses focus entirely. Focus returns to the document body |
|
I think that's the natural of mixed using pointer and keyboard.
tabindex="-1" only makes an element no longer tabbable, but they are can still receive focus via pointer events. For accessibility it shouldn't be a concern because
|
|
I created #31756 to handle the other issue separately |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.