This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Timeline] Tooltip not disappearing on mobile & scrolling. #2572
Milestone
Comments
I can confirm that tooltips stay visible at the current position if the user scrolls, moves or zooms the timeline. |
@lewisjb Can you please take care of this issue? It should be quite straight forward |
Would it be more beneficial to only have one tool-tip DOM object, and instead of creating new ones when needed then hiding/showing them, just change it's value etc? Because currently if you have a lot of data in your timeline you can end up with a lot of tooltips in the DOM. |
@lewisjb yes! I think only one tooltip should be available at all times |
see #2662 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have come across two scenarios where the tooltip won't disappear (as
mouseout
isn't triggered).The easiest fix I can think of is to store the current open tooltip in
ItemSet
, as there logically can only be one open, that way we can force the old one to be hidden before displaying a new one.The text was updated successfully, but these errors were encountered: