[TYPO3-dev] TYPO3 4.2 backend.php with IE6 JS-errors
Benjamin Mack
benni at typo3.org
Tue Apr 15 19:28:00 CEST 2008
Hey Steffen,
thanks for writing these down. BTW: I heard that there is a debugger
coming in IE8 :)
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.
>
> - 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.
--
greetings,
benni.
-SDG-
More information about the TYPO3-dev
mailing list