statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
154 stars 29 forks source link

tooltip stays open if I ctrl-tab away #99

Closed pjvandehaar closed 5 years ago

pjvandehaar commented 7 years ago

To reproduce:

  1. Hover over a tooltip.
  2. ctrl-tab away from the tab.
  3. come back, and it stays open until I close it or re-mouse-out its point.

On http://locuszoom.sph.umich.edu/locuszoomjs.php, clicking a point usually makes it exclusive, but it fails to hide tooltips that were locked open by ctrl-tab.

Frencil commented 7 years ago

Which browser are you using? I see part of this behavior in Chrome on Linux - ctrl+tab away and tooltips are still there when I come back - but as soon as my mouse moves anywhere over the entire page LocusZoom.js catches up. This makes this minor enough of an issue that it's not worth addressing... but you see tooltips persisting longer than that?

pjvandehaar commented 7 years ago

On Chrome 58 and Safari 10 on macOS (behavior is identical):

On Firefox 53 on macOS:

On Chrome 58 on Windows 7:

On IE11 on Windows 7:

abought commented 5 years ago

Unable to reproduce, closing.