[tooltip] Tooltips in Menu items shown immediately after hovering #522
Labels
bug 🐛
Something doesn't work
component: tooltip
This is the name of the generic UI component, not the React module!
When a tooltip is placed on a menu item, it appears immediately when the item is hovered over, regardless of the
delay
setting. It is caused by browsers incorrectly applying the focus-visible state even though the menu was interacted with a mouse. Clicking on any other element before opening the menu makes the issue disappear.Reproduction: https://codesandbox.io/p/sandbox/divine-meadow-xhsjpf
Search keywords:
The text was updated successfully, but these errors were encountered: