[Bug]: TableToolbarContent with TableBatchActions causes Popover content to be hidden #16508
Open
2 tasks done
Labels
component: data-table
component: popover
role: dev 🤖
severity: 3
https://ibm.biz/carbon-severity
type: bug 🐛
Package
@carbon/react
Browser
Chrome
Package version
1.57.0
React version
18.3.1
Description
When using Popover content in the
TableToolbarContent
with aTableBatchActions
, the clip-path on theTableToolbarContent
causes the Popover content to be hidden.We have a workaround to detect when the batch actions animation completes to conditionally add "clip-path: none" to the
TableToolbarContent
.It would be nice to have either
onBatchAnimationComplete
callback on theTableBatchActions
TableToolbarContent
.Reproduction/example
https://stackblitz.com/edit/vitejs-vite-n5ctm8?file=src%2FApp.tsx
Steps to reproduce
In the stackblitz example:
You can uncomment L44 in
App.tsx
to add the conditional clip-path style, then:Suggested Severity
Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: