Same problem with the IE9 browser, can you help me?
maju wrote:
Hello,
I checked last version of this component. There is bug in administrator/components/com_artiofusioncharts/helpers/helper.php
If you want to repair it, change code around 633 row:
$js .= 'chartObj.render("' . $secondaryID . '");' . PHP_EOL;
$js .= 'chartObj.addParam("wmode", "opaque");' . PHP_EOL;
Swap lines. First we have to add param and then we can render flash charts.
It will help you to repair div (or other HTML elements) over flash.
It will be repaired for next release.