trungsi Report post Posted December 1, 2008 Hi, I've found a really strange corner case bug of displaying fusionchart in IE6. When i use window.confirm() before submitting chart loading, the chart is not displayed any more. See attachments in order for details. But i've discovered that using EMBED tag instead of OBJECT resolve this problem. So is EMBED tag supposed to work correctly on IE6? Because, it's said in the documentation that EMBED tag is for Mozilla version only. Thanks for your help! Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 1, 2008 Hi, I find though your snapshots that: 1. The chart is already loaded 2. A Comfirm box comes 3. The chart vanishes So, could you please let us know, whether you are implementing some code after CONFIRM or the chart spans to corner by itself? If you are using some code after confirm please post that code here (along with description of the process flow, enviroment, any other frameworks used etc.) Share this post Link to post Share on other sites
trungsi Report post Posted December 1, 2008 in fact, the first two images is a scenario without confirmation message which works correctly. When i submit form with confirmation (the third one), flash display goes wrong. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 1, 2008 Hi, Are you using % width and height? Share this post Link to post Share on other sites
trungsi Report post Posted December 1, 2008 No, here's my code : < OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="565" HEIGHT="400" id="FC2MSLine" ALIGN="" > < PARAM NAME="movie" VALUE="/flash/MSLine.swf" > < param name="FlashVars" value="&dataUrl=/jsp/lasouris/fund_performance_graph_data_2.jsp&XMLLoadingText=< bean:message key="chart.load.processing.message" />&ChartNoDataText=< bean:message key="chart.no.dataseries.found" />" > < PARAM NAME="quality" VALUE="high" > < PARAM NAME="bgcolor" VALUE="#FFFFFF" > < EMBED src="/flash/MSLine.swf?dataUrl=/jsp/lasouris/fund_performance_graph_data_2.jsp&chartWidth=650&chartHeight=400&XMLLoadingText=< bean:message key="chart.load.processing.message" />&ChartNoDataText=< bean:message key="chart.no.dataseries.found" />" quality="high" bgcolor="#FFFFFF" WIDTH="650" HEIGHT="350" NAME="MSLine.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" >< /EMBED > < /OBJECT > Thanks for your response. Share this post Link to post Share on other sites
trungsi Report post Posted December 1, 2008 I realize that by using setTimeout() function before submit form (ex : setTimeout("submitForm", 10)) i have the same effect. Regards. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 1, 2008 Hi, I find that in the <object>'s <param> flashvar you have not used &chartWidth=650&chartHeight=400 which you have used in embed's Flashvars attribute. Could you please add that and try again? Share this post Link to post Share on other sites
trungsi Report post Posted December 2, 2008 Hi, I did some tests and it seems to work now. Thanks for your help! Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 21, 2009 Hi, You are always welcome. Happy FusionCharting. Share this post Link to post Share on other sites