https://codepen.io/anon/pen/rXLNXP
The tooltip should hide when the trigger is set to "hover" and the mouse isn't hovering the trigger or the tooltip
The tooltip doesn't get hidden in some cases
@peda, thanks for creating the issue. I reproduced the problem and recorded it for better visualisation.
The bug is catched on at 5th try.

https://popper.js.org/popper-documentation.html#Popper.Defaults.removeOnDestroy
There's a typo that might cause this removeOnDestroay iso removeOnDestroy:

I tried to reproduce it before and it was as shown on the nice video. After the typo I couldn't reproduce it anymore.
Hope it helps!
@MBing even wit the typo fixed I can still reproduce it.
We have lots of tooltips and it completely randomly doesn't hide them sometimes. I gave up trying to find out why and just added a ticket to migrate to something else.
Thanks for the support @robclancy! I'm sure you will find a whole lot of open source maintainers willing to give out for free their time to fix your own problems with this attitude 馃憤
No worries. I don't plan to support a tooltip library that can't consistently hide a tooltip anyway :) And has open issues from over a year ago where things are tagged as "low difficulty". Oh and doesn't even provide CSS for arrows to the point we had to use view source to find something usable.
There are lots of people with a "good attitude" without this maintainer fixing their issues.
It's nice to see people still can't take it when their bugs make people not want to use their product. I already spent hours trying to find the issue because I knew even if I posted it you wouldn't try anyway. As shown by this issue.
oh my God did you just thumb up your own comment? Hilarious.
Hi, I'm interrupting the development of the tooltip.js library to focus on the development of @popperjs/core (Popper.js v2).
Please consider switching to Tippy.js, which is a way better alternative to Tooltip.js and is well maintained. Tippy.js still uses Popper.js under the hood, so you will find all your favourite features.
I'll close this issue.