[TYPO3-dev] TYPO3 4.2 backend.php with IE6 JS-errors (was: [TYPO3-core] RFC: #7900: Docheader scrollbar isn't at right side)

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


"Helmut Hummel" <typo3 at jhpc.de> schrieb im Newsbeitrag 
news:mailman.1.1208278060.14661.typo3-dev at lists.netfielders.de...
> Hey Jeff,
>
> I'm reffering to a post in typo3.teams.core, but move it to typo3.dev, 
> because of the strict postin rules there...
>
> Jeff Segars wrote:
>>>
>>> Steffen, any thoughts on IE7 padding before Ingo commits?
>
> I understand, that you are properly testing the backend of TYPO3 4.2 wit 
> IE6 and IE7. Do you also encounter JavaScript errors when opening a page 
> or tt_content record for editing? I get an error referring to line 597 in 
> prototype.js claiming, that the object does not support this property or 
> method when using IE6.
>
> Anyone else encountering this error with IE6?
>
> Everything seems to work, so only a minor issue...
>

Hi,

sure there are JS-Errors in IE 6+7. I still mentioned them, but they doesn't 
belong to this patch.
I get JS-Errors which ends up in prototype::pointer function, but don't know 
the reason.
JS-Errors occurs when: (not every time, often the first time)

- 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

- edit CE (text/Image)
try { this._each(function(value) { iterator(value, index++); }); } catch (e) 
{  (in function Enumerable)
Object doesn't support method or property

the worse is that it's not happen again on same click so i don't know where 
to search, microsoft script debugger doesn't help much because i can't go on 
in code after break.

vg  Steffen 






More information about the TYPO3-dev mailing list