-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(TableBatchActions): ensure hidden action bar un-focusable #5081
fix(TableBatchActions): ensure hidden action bar un-focusable #5081
Conversation
This change prevents hidden table batch action bar contents from being focused. Fixes carbon-design-system#5049.
Deploy preview for the-carbon-components ready! Built with commit 6f1f27d https://deploy-preview-5081--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 6f1f27d |
Deploy preview for carbon-components-react ready! Built with commit 6f1f27d https://deploy-preview-5081--carbon-components-react.netlify.com |
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.
Tab flow is much improved, LGTM 👍
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.
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.
the hidden focusable element issue looks resolved now. snapshots just need to be updated
…-design-system#5081) This change prevents hidden table batch action bar contents from being focused. Fixes carbon-design-system#5049.
This change prevents hidden table batch action bar contents from being
focused.
Fixes #5049.
Changelog
Changed
tabIndex
for buttons in hidden batch action bar.Testing / Reviewing
Testing should make sure table batch action bar is not broken.