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
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?
On this test page (http://www.dimna.de/Joomla17_/index.php/wer-bin- ich) you can see the error at the moment.
But I tried it yesterday. It is sure. When I don’t load a mootools*.js
file, I can open the properties of the image in IE9. At the moment
this is not possible.
Thanks
Astrid
> 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://
> 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?
> Also I found that it's official site also removed that code in it's
> included javascript file.
> dimna於 2011年11月8日星期二UTC+8下午11時36分33秒寫道:
>> 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
>> 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?
>> Also I found that it's official site also removed that code in it's >> included javascript file.
>> dimna於 2011年11月8日星期二UTC+8下午11時36分33秒寫道:
>>> 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
>>> 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?
I use J2.5 on certain sites and I do not get that problem, do you have an example site to look at? I have a feeling it's not MooTools itself but some other script using it, possibly some of the Joomla scripts like Tooltips (which I don't use), some of them aren't particularly well put together.
>>> Also I found that it's official site also removed that code in it's >>> included javascript file.
>>> dimna於 2011年11月8日星期二UTC+8下午11時36分33秒寫道:
>>>> 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
>>>> 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?
> 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://
> 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?