-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix(actionable-notification): include children in focusWrap #21205
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: main
Are you sure you want to change the base?
fix(actionable-notification): include children in focusWrap #21205
Conversation
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21205 +/- ##
==========================================
+ Coverage 85.14% 85.16% +0.02%
==========================================
Files 530 530
Lines 40900 40900
Branches 6289 6345 +56
==========================================
+ Hits 34823 34833 +10
+ Misses 5917 5906 -11
- Partials 160 161 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Closes #21127
Fixes an issue where the focusWrap in ActionableNotification did not include children elements, resulting in interactive elements inside of the notification to not be tabbable.
Changelog
New
Changed
innerModal<div>that was used inside of the focusWrap to include children elementsTesting / Reviewing
Notifications/Actionable/Testin ReactNotifications/Actionablestories in WCNote
Test story and related imports should be removed before merging
PR Checklist
As the author of this PR, before marking ready for review, confirm you:
[ ] Updated documentation and storybook examples