-
Notifications
You must be signed in to change notification settings - Fork 248
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(click): focus closest focusable (#566) #567
Conversation
Codecov Report
@@ Coverage Diff @@
## master #567 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 699 706 +7
Branches 221 222 +1
=========================================
+ Hits 699 706 +7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also downloaded the patch and tested inside our project. The fix resolves our original issue
🎉 This PR is included in version 12.7.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Focus closest focusable ancestor of the clicked element.
Why:
See #566
How:
Only
blur()
if the clicked element does not have a focusable ancestor.Checklist: