You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hover over the button, wait for the tooltip to appear
try clicking the button
Screen.Recording.2025-11-05.at.23.09.34.mov
Expected behavior
the button hover state keeps triggered, and an alert() appears on click
Additional context
when hovering over tooltip corvu seems to remove the pointer-events: auto on the popover, which, coupled with pointer-events: none set on the body with the modal prop makes the popover contents non-interactive.
Bug description
when a tooltip is used inside a
modalPopover, triggering a tooltip blocks any interactions inside the popover, including the anchor.Reproduction Link
https://stackblitz.com/edit/corvu-edx2unyx?file=src%2FApp.tsx
Reproduction Steps
Screen.Recording.2025-11-05.at.23.09.34.mov
Expected behavior
the button hover state keeps triggered, and an
alert()appears on clickAdditional context
when hovering over tooltip corvu seems to remove the
pointer-events: autoon the popover, which, coupled withpointer-events: noneset on the body with themodalprop makes the popover contents non-interactive.