-
Notifications
You must be signed in to change notification settings - Fork 55
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
SummaryCardBatchActions - buttons in tab order even when they appear "hidden" #339
Comments
NOTE: This issue originates from |
🎉 This issue has been resolved in version 1.16.1-prerelease.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Reopening because this issue wasn't 100% resolved by #341 -- there's still an issue with consumer-added batch action buttons remaining interactive, in some cases. |
🎉 This issue has been resolved in version 1.16.1-prerelease.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Bug - summary card batch action buttons are always in tab order, even when hidden
Expected behavior -
The batch actions toolbar for the
SummaryCardContainer
(calledSummaryCardBatchActions
) should not be interactive when it is "hidden" from view. You shouldn't be able to tab those hidden batch actions buttons.Actual behavior -
The batch actions buttons in
SummaryCardBatchActions
are in the tab order even when they appear "hidden"Steps for reproducing
Go the storybook and see that you can tab to "hidden" batch actions buttons: https://ibm-security.carbondesignsystem.com/?path=/story/patterns-summarycard--multiselect
The text was updated successfully, but these errors were encountered: