Sign in to follow this  
trungsi

Chart display problem in IE6

Recommended Posts

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!

post-3534-128441569072_thumb.jpg

post-3534-128441569082_thumb.jpg

post-3534-128441569091_thumb.jpg

post-3534-128441569101_thumb.jpg

post-3534-128441569114_thumb.jpg

Share this post


Link to post
Share on other sites

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

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

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

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