Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onHide triggers even if tooltip wasn't shown #414

Open
mtrunt opened this issue Nov 9, 2020 · 1 comment
Open

onHide triggers even if tooltip wasn't shown #414

mtrunt opened this issue Nov 9, 2020 · 1 comment
Assignees
Labels
3.x ember-tooltips Release series 3.x bug

Comments

@mtrunt
Copy link

mtrunt commented Nov 9, 2020

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.

@maxfierke maxfierke added 3.x ember-tooltips Release series 3.x bug labels Nov 16, 2020
@maxfierke maxfierke self-assigned this Nov 16, 2020
@mamiller93
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x ember-tooltips Release series 3.x bug
Projects
None yet
Development

No branches or pull requests

3 participants