veronicanascente Report post Posted December 1, 2010 (edited) Hi, I'm using FusionCharts with Richfaces and when I need to show a rich:panel above the chart doesn’t work in IE8 but works in Firefox. In IE8, the chart stays above the rich:panel. I look the forum and the problem is because the wmode should be transparent, I change my jar to the ‘fusionchartstaglibJSF1-2-java5-Version1_4_1.jar’ (this jar has an attribute windowMode) but the wmode doesn’t work. I post a sample application, a screenshot showing the problem and the jar that I’m using . What am I doing wrong? Thanks for help.test.zip Edited December 1, 2010 by veronicanascente Share this post Link to post Share on other sites
srividya_sharma Report post Posted December 4, 2010 Hi Can you please try adding bgAlpha='0' to the xml once? Hope this helps. Thanks Srividya Share this post Link to post Share on other sites
veronicanascente Report post Posted December 6, 2010 (edited) Hi, It doesn’t work. I think that the windowMode doesn’t work because I saw the code that the browser generates and the wMode=”window”. I don’t know how to make the windowMode works. This is the code that the browser generates in my sample ( this code is equals as IE as Firefox): <div align="center"> <!-- START Code Block for Chart chartTest1--> <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="700" height="300" name="chartTest1" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">'>http://www.macromedia.com/go/getflashplayer"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="/test/swf/fusionCharts/Column3D.swf" /> <param name="quality" value="high" /> <param name="wMode" value="window" /> <param name="bgcolor" value="" /> <param name="FlashVars" value="&chartWidth=700&chartHeight=300&debugMode=0&dataURL=null&scaleMode=&lang=" /> <embed src="/test/swf/fusionCharts/Column3D.swf" FlashVars="&chartWidth=700&chartHeight=300&debugMode=0&dataURL=null&scaleMode=&lang=" src="/test/swf/fusionCharts/Column3D.swf" quality="high" width="700" height="300" name="chartTest1" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="window" bgcolor=""> </embed> </object> <!--END Code Block for Chart chartTest1--> </div> What I’m doing wrong? Thanks for help. Edited December 6, 2010 by veronicanascente Share this post Link to post Share on other sites