Sign in to follow this  
webshaker

setDataURL do not call ajax request under IE11

Recommended Posts

Hi I've got a big problem. I can't update de chart content dynamically with Internet Explorer (I'm using version 11. I do not know for other version)

 

Everything works with FireFox and Chrome.

But under IE11 the debug do not show me the ajax call

 

The problem can be seen here

 


use

Identifiant : demo

Mot de passe : demo

 

 

Once you are connected click on "Analyser"

Try then to select the year 2013 by clicking directly on the chart...

 

The chart displaying stats by month will not be updated !

If you start the IE debugger (F12) you will see the ajax call to /eproc/ajax/stat-by-month.php is even not made. With the other browser the call is correctly made !

 

I've check I do not have duplicate HTML object using the same id !!!

 

I've tryed the last version of FusionChart. The problem is still there.

Share this post


Link to post
Share on other sites

I have extra information about the problem.

the debugmode of Fusion Chart says

 

   #76 [by_month] fired "dataloadrequested" event. 
   #77 [FusionCharts] fired "error" event. #1110111515A FusionChartsXmlHttprequest Error Error >> InvalidStateError
   #78 [by_year] fired "linkclicked" event. 
Edited by webshaker

Share this post


Link to post
Share on other sites

I finally found the problem

it comes from this line

 

k.overrideMimeType && k.overrideMimeType("text/plain");

 

into the FusionChart.js file

 

I don't care about the typemime of the call so I can remove it !

Share this post


Link to post
Share on other sites

Hey,

 

It is a known issue and our developers have internally fixed the issue. 

 

Glad to know you have resolved the issue at your end. :-)

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