Skip to content
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

.Destroy() throwing node of undefined exception #3458

Open
keshav2k5 opened this issue Apr 3, 2018 · 0 comments
Open

.Destroy() throwing node of undefined exception #3458

keshav2k5 opened this issue Apr 3, 2018 · 0 comments

Comments

@keshav2k5
Copy link

ERROR TypeError: Cannot read property 'node' of undefined
at Function.Translator.isEventInside (transformAwareTranslator.js:56)
at Mouse.eventInside (mouseDispatcher.js:167)
at Mouse._measureAndDispatch (mouseDispatcher.js:160)
at HTMLDocument.Mouse._this._eventToProcessingFunction.(:4200/anonymous function) (webpack-internal:///../../../../plottable/build/src/dispatchers/mouseDispatcher.js:30:41)
at ZoneDelegate.invokeTask (zone.js:421)
at Object.onInvokeTask (core.js:4740)
at ZoneDelegate.invokeTask (zone.js:420)
at Zone.runTask (zone.js:188)
at ZoneTask.invokeTask [as invoke] (zone.js:496)
at invokeTask (zone.js:1570)

Bug report

Steps to repro:

  1. create a plottable Components
  2. call .destroy()

Sample:
chart = new Plottable.Components
.Table([[yAxis, this.plot], [null, xAxis], [null, miniChart], [null, sparklineXAxis]]);
chart.destroy();

Plottable version:3.8.0
Browser name/version: Chrome v65.0.3325.181
OS name/version: windows 10 pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant