This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
[dt-chart-tooltip] Chart tooltip is shown although the chart is removed from Dom. #579
Comments
Hi @mohamediab! Thank you for reporting this one to us. |
We have reached out to @mohamediab if he would be able to contribute this bug fix to the library, but due to time constraints, he sadly will not be able to do this at this time. I will take over that issue and see that we can sort this out as soon as possible. |
tomheller
added a commit
that referenced
this issue
Feb 12, 2020
was destroyed. Fire the tooltipClose event when the chart is destroyed, so any open tooltip will close when the parent chart component is destroyed. Fixes #579
4 tasks
tomheller
added a commit
that referenced
this issue
Feb 13, 2020
was destroyed. Fire the tooltipClose event when the chart is destroyed, so any open tooltip will close when the parent chart component is destroyed. Fixes #579
github-actions bot
pushed a commit
that referenced
this issue
Feb 13, 2020
was destroyed. Fire the tooltipClose event when the chart is destroyed, so any open tooltip will close when the parent chart component is destroyed. Fixes #579
github-actions bot
pushed a commit
that referenced
this issue
Feb 13, 2020
was destroyed. Fire the tooltipClose event when the chart is destroyed, so any open tooltip will close when the parent chart component is destroyed. Fixes #579
yngrdyn
pushed a commit
to yngrdyn/barista
that referenced
this issue
Nov 9, 2020
was destroyed. Fire the tooltipClose event when the chart is destroyed, so any open tooltip will close when the parent chart component is destroyed. Fixes dynatrace-oss#579
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Expected Behavior
Tooltip should be destroyed when the chart is removed from DOM.
Current Behavior
Tooltip is stuck on the screen and can no be removed.
Possible Solution
Tooltip should be destroyed when its parent chart is removed.
Steps to Reproduce
Attachments
The text was updated successfully, but these errors were encountered: