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

Bug? Multiple tooltips can open when browser loses/gains focus. #54

Closed
GCheung55 opened this issue Aug 29, 2017 · 3 comments
Closed

Bug? Multiple tooltips can open when browser loses/gains focus. #54

GCheung55 opened this issue Aug 29, 2017 · 3 comments

Comments

@GCheung55
Copy link
Contributor

Using interactive: true, when a browser loses focus by changing different applications and a target has focus, the open tooltip/popover doesn't close via mouseleave or mousemove.

Reproduce:
Cause the browser to lose focus by changing applications via keyboard shortcuts.

Position the mouse over another tooltip.

Change applications back to the browser via keyboard shortcuts.

Move the mouse and the tooltip/popover over a different target will appear while the focused target's tooltip/popover remains visible.

Expected: Mouseleave on a focused event should hide the tooltip/popover, but does not.
Mouseleave on previously focused event, after mouseenter, should hide the tooltip/popover, which does not.

tooltip-focus-hide-issue

@kybishop
Copy link
Collaborator

@GCheung55 which version of ember-attacher are you using? There were some regressions that were fixed in the later versions of 0.10.x.

@kybishop
Copy link
Collaborator

I believe this bug may have been related to #53. @GCheung55 let me know if it wasn't fixed in v0.10.3. I'm writing some regression tests now to make sure the bug doesn't crop up again.

@kybishop
Copy link
Collaborator

kybishop commented Sep 8, 2017

@GCheung55 Going to close this for now. Let me know if it's still an issue in the latest version and I'll get to it ASAP.

@kybishop kybishop closed this as completed Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants