Sign in to follow this  
Cosostones

Javascript error when drag&drop other dom element

Recommended Posts

Hi,

 

I am trying to use FusionCharts (version 3.3.1-sr2.19840).

Chart is displaying well.

 

Then if I click on a div of a component not related to FusionCharts (header of a custom popup : JqxWidgets), a javascript error appear : Uncaught TypeError: Cannot call method 'call' of undefined

Using the console, I discover that a drag&drop event is trying lauching some FusionCharts methods (hijack() in FusionCharts.HC.js).

 

Same error appear when moving mouse inside a complex grid (where drag&drop can be used).

 

You will find an example in attachment.

 

Just click button 'Open popup', then try to move or close the popup.

Error appear in the console.

 

Could you have a look ?

 

Thanks.

 

Alain.

CannotCallMethodCall.zip

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
Sign in to follow this