Bug #23518
closedhtmlArea RTE: RTE toolbar not working in IE 7 when setup.override.navFrameResizable is set (TYPO3 4.4)
0%
Description
When clicking on any of the buttons (insert link, bold, align, etc.) in the RTE, there's no reaction in Internet Explorer 7. The only workaround is to right click and make use of the context menu (which works).
Works fine in Internet Explorer 8 though!
Versions tested:
TYPO3 4.4.0 with rtehtmlarea 2.0.2
TYPO3 4.4.0 with rtehtmlarea 2.0.3
Internet Explorer 7.0.5730.13
(issue imported from #M15667)
Files
Updated by Stanislas Rolland about 14 years ago
I am unable to reproduce this issue.
Use the version shipped with the TYPO3 package.
Install 4.4.2 and clear the RTE cache using the TYPO3 BE Clear cache menu.
Updated by Maximilian Kalus about 14 years ago
Arg - uploaded file to wrong issue - sorry!
Updated by Dimitri Koenig about 14 years ago
you have to put the following option in your userts config:
-> setup.override.navFrameResizable = 1
then you need to delete all caches and restore your user settings in the "user settings" module.
in this case it's even reproducable in the current trunk version.
Updated by Stanislas Rolland about 14 years ago
@Dimitri : These settings do not allow me to reproduce the issue.
Do you mean that, on your installation, if you set setup.override.navFrameResizable = 0 in userTSConfig, then the RTE behaves correctly in IE7?
Updated by Stanislas Rolland about 14 years ago
OK, yes, I was able to reproduce in branch 4.4, but not in current trunk (revision 8900).
Updated by Stanislas Rolland about 14 years ago
Is IE7 the only version of Internet Explorer installed on the PC on which you get this error?
Updated by Stanislas Rolland about 14 years ago
Please test patch attached to issue #15818.