-
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
TimeGraphChart mouse and keyhandlers cannot be removed #120
Comments
bhufmann
added a commit
to bhufmann/timeline-chart
that referenced
this issue
Apr 14, 2021
When being destroyed, make sure that all children are removed as well as all event handlers are removed to avoid Fixes eclipse-cdt-cloud#98 Fixes eclipse-cdt-cloud#120 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
bhufmann
added a commit
to bhufmann/timeline-chart
that referenced
this issue
Apr 21, 2021
When being destroyed, make sure that all children are removed as well as all event handlers are removed to avoid unexpected handler calls. Fixes eclipse-cdt-cloud#98 Fixes eclipse-cdt-cloud#120 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
bhufmann
added a commit
to bhufmann/timeline-chart
that referenced
this issue
Apr 30, 2021
When being destroyed, make sure that all children are removed as well as all event handlers are removed to avoid unexpected handler calls. Fixes eclipse-cdt-cloud#98 Fixes eclipse-cdt-cloud#120 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
bhufmann
added a commit
to bhufmann/timeline-chart
that referenced
this issue
May 3, 2021
When being destroyed, make sure that all children are removed as well as all event handlers are removed to avoid unexpected handler calls. Fixes eclipse-cdt-cloud#98 Fixes eclipse-cdt-cloud#120 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
bhufmann
added a commit
to bhufmann/timeline-chart
that referenced
this issue
May 3, 2021
When being destroyed, make sure that all children are removed as well as all event handlers are removed to avoid unexpected handler calls. Fixes eclipse-cdt-cloud#98 Fixes eclipse-cdt-cloud#120 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
bhufmann
added a commit
to bhufmann/timeline-chart
that referenced
this issue
May 3, 2021
When being destroyed, make sure that all children are removed as well as all event handlers are removed to avoid unexpected handler calls. Fixes eclipse-cdt-cloud#98 Fixes eclipse-cdt-cloud#120 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Handlers that are added to the canvas in TimeGraphChart with onCanvasEvent().
So if the component that added a handler is unmounted, its handler will continue to be called.
The text was updated successfully, but these errors were encountered: