atomiks / tippyjs

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

interactive doesn't work when using triggerTarget #1021

Open benignant opened 2 years ago

benignant commented 2 years ago

Bug description

The interactive feature doesn't work when using triggerTarget.

Reproduction

https://jsfiddle.net/9au81pq7/1/

Try to interact.

K0rhak commented 2 years ago

It works, you just need to set interactiveBorder to something. For example interactiveBorder: 30.

benignant commented 2 years ago

That's where my second issue comes into the picture. But regardless, that's a workaround. It doesn't really solve the issue.