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
On the home page, hovering over a registry card sometimes causes the copy button tooltip to appear under the cursor and capture the hover event. This makes it unstable.
untitled.mp4
Steps to Reproduce
Hover a featured registry card.
Move the cursor toward the copy/install button in the card header.
Wait for the tooltip to appear or pass through the tooltip area.
Observe the card hover state flicker as the tooltip appears under the cursor.
Expected Behavior
The tooltip shouldnt capture the hover event since it is never meant to be hovered on. The card hover should be stable.