ember-tooltips icon indicating copy to clipboard operation
ember-tooltips copied to clipboard

onHide triggers even if tooltip wasn't shown

Open mtrunt opened this issue 3 years ago • 1 comments

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.

mtrunt avatar Nov 09 '20 19:11 mtrunt

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.

mamiller93 avatar May 05 '21 17:05 mamiller93