Actions
Bug #22879
closedJS errors block RTE usage in IE6 and IE7
Start date:
2010-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Some JS errors cause the RTE to stop loaidng in IE6 and IE7. The loading wheel is shown but nothing happens and after a while some error messages are thrown.
The first errors you usually run into are caused by trailing commata in Arrays. After removing these errors the next one is caused by a non existing object while checking for the existance of an iframe in Safari.
The attached patch fixes both of them so that the RTE will be loaded completely in IE6 and IE7.
(issue imported from #M14723)
Files
Updated by Stanislas Rolland over 14 years ago
Thanks for testing this and many thanks for the patch!
I modified it sligthly because it could prevent loading in WebKit browsers.
Updated by Stanislas Rolland over 14 years ago
Committed to SVN TYPO3core trunk (revision 7926).
Actions