-
Notifications
You must be signed in to change notification settings - Fork 664
Accessibility - unable to tab through modals #268
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
Comments
I would love to see this addressed. I have tried many ways to focus on the modal and have not been able to. Accessibility is a primary issue for me now that the site is launched. I need to change focus after the modal fades up (also tried no fade) inorder for keyboard access. ` jQuery(document).ready( function($) {
}); ` |
#294 Should fix the issue. |
styletronix
added a commit
to styletronix/jquery-modal
that referenced
this issue
May 6, 2023
fix: Trap focus inside modal. Fixes kylefox#268
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When tabbing through the page, I can hit enter to open a modal, but the tab focus remains in the background so I'm unable to tab through the contents of the modal
The text was updated successfully, but these errors were encountered: