atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.78k stars 517 forks source link

Popper is visible when trigger is not #1116

Open netanel-utila opened 1 year ago

netanel-utila commented 1 year ago

Hi, thanks for this great library.

Problem: There is an element that is only displayed when the parent is being hovered over. This element has a popper with a click trigger. However, there is an issue where if the popper is opened and the cursor moves away from the element, the popper remains visible even though the trigger is no longer visible.

Proposed Solution: The popper should be hidden when the trigger is no longer visible. This will ensure that the popper is only visible when the trigger is visible.