-
Notifications
You must be signed in to change notification settings - Fork 183
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
Focus management (focus trap) #121
Comments
Lines 209 to 259 in 68a5abc
watch_events() appears to handle this already. However when I test this, the focus is still 'lost' for a couple of tab presses. One of these is a top-of-page skip link. I'm unsure if this is a problem with our codebase or not.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there,
wondering why you haven't implemented the focus trap inside the dialog as advised here:
https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html
I think it's fundamental to define the Modal accessible.
Thanks
The text was updated successfully, but these errors were encountered: