Hi,

Mootool 1.4 and Joomla 1.72 are not working on IE9 for me. Does anyone
else have this problem?
It is working fine on Google Chrome, IE8, Opera and Firefox but I get
a script error with IE9:

The English version of the error:

"this property or method is not supported by this object" line 16.
res://ieframe.dll/imageppg.ppg

I opened a ticket in the German Joomla Portal, too (http://
www.joomlaportal.de/joomla-1-7-joomla-1-6-allgemeine-fragen/264735-mootools.html).
You can see here screens of the error messages. But there is no
solution idea up to know.

First I installed Joomla with the standard template (Beez_20). You can
see it here:
http://www.dimna.de/Joomla17_/index.php/wer-bin-ich

Joomla is loading the files mootools-core.js and mootools-more.js
automatically. When I make a right click on an image, I get the script
error.
For the standard template there is no need to load mootools. That’s
why I excluded the files. Exectly I used this code:
---
< ?php
$headerstuff = $this->getHeadData();$scripts = $headerstuff['scripts'];
$headerstuff['scripts'] = array();foreach($scripts as $url=>$type)
{ if (strpos($url, 'mootools') === false) { $headerstuff['scripts']
[$url] = $type; }}$this->setHeadData($headerstuff);
?>

---
After that exclusion, it is possible for me to open the properties of
an image.

After activating the debug mode of ie9 I get an detailed error
message:
The Error should be in the file imgbrows.js on row 34. But I don’t
know this file and so it is not possible for me, to solve the
problem.
Is it a IE9 bug?

Greetings astrid

Reply via email to