Sign in to follow this  
rmcduffie

Crash in IE7 page containing Fusion Charts v3 2D bar charts after multiple page refreshes

Recommended Posts

While testing a web page using multiple FusionCharts v3 2D Bar charts and Line Charts (no animation) we noticed that in IE 7 (with flash player 9 plugin installed) IE randomly crashes after multiple page refreshes. Attached is a zip file containing the IE crash dump file.

iexplore_ncp_crash.zip

Edited by Guest

Share this post


Link to post
Share on other sites

We found this was an issue in our javascript where we calling the Render method on Chart Objects multiple times over a page life cycle. This was producing memory leaks in the page which resulted in IE crashing. This was fixed by changing our javascript to call the Render method once and then call the SetDataXML method once we needed to refresh the chart display.

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