[TYPO3-dev] TYPO3 4.2 backend.php with IE6 JS-errors

Steffen Kamper steffen at sk-typo3.de
Tue Apr 15 19:54:30 CEST 2008


"Benjamin Mack" <benni at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1208280484.25579.typo3-dev at lists.netfielders.de...
> Hey Steffen,
>
> thanks for writing these down. BTW: I heard that there is a debugger 
> coming in IE8 :)
>
would be great - there is no inspector in msd which makes it really sucking 
...

> Steffen Kamper wrote:
>> - page module
>> return { x: event.pageX || (event.clientX + 
>> (document.documentElement.scrollLeft || document.body.scrollLeft)), y: 
>> event.pageY || (event.clientY + (document.documentElement.scrollTop || 
>> document.body.scrollTop)) };
>> Object required
> sounds like some code I did in the clickmenu. I will review this today or 
> tomorrow morning.
>
thx!

>>
>> - edit CE (text/Image)
>> try { this._each(function(value) { iterator(value, index++); }); } catch 
>> (e) {  (in function Enumerable)
>> Object doesn't support method or property
> Hmm, strange. Looks like some inline JS crap from TCEForms that causes 
> trouble.
>
> -- 
problem is that function Enumerable is called inside prototype so i have no 
idea what is handled at that moment.

Thx for taking care!

vg Steffen 






More information about the TYPO3-dev mailing list