sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onHide triggers even if tooltip wasn't shown

mtrunt opened this issue · comments

commented

When a tooltip has a delay to be shown the onHide gets called even when the tooltip wasn't shown.

Here's a simple twiddle.

Basically the tooltip has a 1 second delay to be shown when you hover over the text but if you move the mouse outside the text before the second passes the onHide still gets called.

Any update on this? I'm running into a similar issue with delayOnChange which I think is a derivative of this issue. If you hover over a tooltiped element and then hover over another tooltiped element, despite having delayOnChange = false, it still delays on subsequent elements. I believe this issue is causing that as well.