-
Notifications
You must be signed in to change notification settings - Fork 32
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
Leaking TimeGraphNavigatorHandle instances #191
Comments
PatrickTasse
added a commit
to PatrickTasse/timeline-chart
that referenced
this issue
Apr 4, 2022
Remove moveEnd handler method from document event listeners in destroy(). Fixes eclipse-cdt-cloud#191. Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
PatrickTasse
added a commit
to PatrickTasse/timeline-chart
that referenced
this issue
Apr 12, 2022
Add moveEnd handler method to document event listeners in the moveStart method and remove the listener in the moveEnd method. Fixes eclipse-cdt-cloud#191. Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
PatrickTasse
added a commit
to PatrickTasse/timeline-chart
that referenced
this issue
Apr 12, 2022
Add moveEnd handler method to document event listeners in the moveStart method and remove the listener in the moveEnd method. Fixes eclipse-cdt-cloud#191. Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
PatrickTasse
added a commit
that referenced
this issue
Apr 12, 2022
Add moveEnd handler method to document event listeners in the moveStart method and remove the listener in the moveEnd method. Fixes #191. Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The moveEnd method is added as a snap-x-end handler to the document, but it is not removed when the time graph chart navigator handle is destroyed. This causes the time graph navigator handle instance to leak.
The text was updated successfully, but these errors were encountered: