atomiks / tippyjs

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

interactiveBorder is not overridable when using singletons #1022

Open benignant opened 2 years ago

benignant commented 2 years ago

Bug description

The interactiveBorder property is not overridable when using singletons. If interactiveBorder is set as a singleton prop, then it works. However you can then only have one value for all tooltips in the group.

Reproduction

https://jsfiddle.net/snqmr8ak/3/

Try to hover a bit outside the tooltip.

pzeinlinger commented 2 years ago

I can confirm this issue in our application