-
-
Notifications
You must be signed in to change notification settings - Fork 344
[dialog][alert dialog][popover] Fix focus management for children with positive tabindex #3846
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
base: master
Are you sure you want to change the base?
Conversation
commit: |
Bundle size report
Check out the code infra dashboard for more information about this PR. |
Greptile SummaryFixes focus trap breaking when modal dialogs or popovers contain elements with
Confidence Score: 5/5
Important Files Changed
|
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Fixed modal focus trapping when Dialogs or Popovers contain positive tabIndex elements by adding manual Tab cycling in FloatingFocusManager.
Fixes #3844