[TYPO3-core] RFC #14723: JS errors block RTE usage in IE6 and IE7

JoH asenau info at cybercraft.de
Tue Jun 15 10:57:16 CEST 2010


>> After these modifications IE6 and IE7 will be buggy again.
> Please test it.

I did and it failed.
 
>> else if (Ext.isWebKit) {
>>      if (!iframe.contentDocument.documentElement ||
>>          !iframe.contentDocument.body)) {
>>      this.initializeIframe.defer(50, this); }
>> }
> The difference is that, after the document becomes accessible, in the
> first case, WebKit browser will do nothing, while in the second, it
> will proceed with the initialization process.

You are right, because I forgot to take the following else into account.
So we have to find another solution to serve both Safari and IE.

I'll be back

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com


More information about the TYPO3-team-core mailing list