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

Fix focus traps in dialogs #125

Open
fynnfeldpausch opened this issue Jan 24, 2023 · 0 comments
Open

Fix focus traps in dialogs #125

fynnfeldpausch opened this issue Jan 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fynnfeldpausch
Copy link
Collaborator

Catalyst components often don't really work well with the focus trap of Angular CDK. This comes down to the focus management of the custom web components in general.

The idea is to properly implement focus delegation for buttons, which should fix the issue. A first spike can be found at https://github.com/haiilo/catalyst/tree/spike/focus. Additional components need to be aligned the same (or a similar) way.

@fynnfeldpausch fynnfeldpausch added bug Something isn't working good first issue Good for newcomers labels Jan 24, 2023
@fynnfeldpausch fynnfeldpausch removed the good first issue Good for newcomers label Jun 16, 2023
@emmoldovan emmoldovan self-assigned this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants