paulguz

Cannot call method 'call' of undefined - confilict with draggables

Recommended Posts

Hi,

 

Using the trial of FusionCharts XT, I am receiving an error eminating from FusionCharts.HC.js.

 

If I have dynamically added elements on my page that are draggable, on attempting to drag them, the following exception is thrown from FusionCharts.HC:

 

" Uncaught TypeError: Cannot call method 'call' of undefined "

 

I cannot give you an exact line number for the error as I do not have an un-minified source of this file, however I have attached a prettified version of the minified file.  The error happens at line 341 of this file.

 

I do not get the error on elements in the original markup, only dynamically added ones.

 

I have reproduced the error at this jsFiddle:

 

http://jsfiddle.net/49aZu/

 

I can avoid the error by editing FusionCharts.HC and placing a check for the undefined handle that is causing the exception, but this is an unsatisfactory solution.

 

Please fix this bug for the next release.

 

Paul

FusionCharts.HC.zip

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Paul,

 

This issue has been fixed internally and you will get the fix in next release.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now