tippyjs icon indicating copy to clipboard operation
tippyjs copied to clipboard

Interactive tooltips with arrow stay visible when moving between multiple instances while hovering the arrows

Open kizu opened this issue 3 years ago • 1 comments

Bug description

Interactive tooltips with arrows stay visible when moving between multiple instances while hovering the arrows if the content is too narrow (in our case it is something like a very narrow graph, where items could be very small, so this happens quite often for us).

Video:

https://user-images.githubusercontent.com/177485/146210289-91e8a3d3-b165-426f-9691-634a5fbad6ff.mov

Reproduction

CodePen link: https://codepen.io/kizu/pen/zYEZooM

Hover over any of the buttons approximately at the area of the tooltip's arrow, then move the cursor from side to side to a different button.

kizu avatar Dec 15 '21 15:12 kizu

A singleton or interactiveBorder: 0 fixes this, but the latter might need to be combined with a short delay

atomiks avatar Dec 15 '21 15:12 atomiks