Bug #23441
closedhtmlArea RTE: RTE 2.0.3 very long load time in IE7 and IE6
0%
Description
The RTE 2.0.3 on TYPO3 4.4.2 simply does not work in IE7?!?!
Loading takes forever plus when ready nothing happens clicking the toolbutttons....
No problems in IE6, IE8, FF+
(issue imported from #M15546)
Updated by Claus Harup about 14 years ago
Update: rtehtmlarea version 2.0.3 does not work in IE6
Updated by Stanislas Rolland about 14 years ago
What happens in IE6 and/or IE7? Do you get a js error?
Updated by Claus Harup about 14 years ago
First of all loading of the RTE takes an eternity
Secondly nothing happens when you click any of the buttons.
The content in bodytext is sometimes gone when editing.
No JS errors
Updated by Stanislas Rolland about 14 years ago
Make sure that compressed scripts are enabled in the Extension Manager.
Do you use gzip compression?
Updated by Claus Harup about 14 years ago
compressed scripts is enabled. How do I know if I use gzip compression?
Updated by Claus Harup about 14 years ago
Update: Using IE8 and setting to the browser to compability Mode (IE7) it works?!?!!?
Updated by Stanislas Rolland about 14 years ago
Any files with .gzip extension in directory typo3temp/compressor?
Updated by Claus Harup about 14 years ago
No files with .gzip in folder - only plain .js % .css files in folder
No Im not using gzip compression - setting $TYPO3_CONF_VARS['BE']['compressionLevel'] = '1'; destroys my BE
Updated by Claus Harup about 14 years ago
Having:
$TYPO3_CONF_VARS['BE']['compressionLevel'] = '5'
Now added:
<FilesMatch "\.gzip\.(js|css)">
Header set Content-Encoding gzip
</FilesMatch>
#AddEncoding gzip .gzip
<FilesMatch "\.js\.gzip$">
AddType "text/javascript" .gzip
Header set Content-Encoding gzip
</FilesMatch>
<FilesMatch "\.css\.gzip$">
AddType "text/css" .gzip
Header set Content-Encoding gzip
</FilesMatch>
Now the RTE works in IE6 but not in IE7...
Updated by Stanislas Rolland about 14 years ago
What do you mean by "not in IE7". The files are not gzip-compressed when using IE7? The RTE does not show up?
Updated by Claus Harup about 14 years ago
When having the files gzip-compressed the RTE shows up in IE7, but nothing happens pressing the buttons.
In IE6 & IE8 (and IE8 compabilitymode to IE7) works like a charm.
Send me an email to clausharup@gmail.com if you want a login to the site....
Updated by Administrator Admin about 14 years ago
Hi,
I got the same problem with IE7. RTE is loading but sometimes the text are is plain, even when there'S supposed to be content.
Or when I create a new page I got the RTE but can't write content into the textare.
So if you have any ideas how to fix this bug please let me know. If it will happen that I find a way of solution I will let you know!!
thanks,
mike
Updated by Stanislas Rolland about 14 years ago
Workaround: set
setup.override.navFrameResizable = 1
in UserTSConfig.
Then delete all caches and restore your user settings in the "User settings" module.
Updated by Stanislas Rolland about 14 years ago
Please test patch attached to issue #15818.