[TYPO3-dev] IE7 and RTE wizard

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Jan 9 15:41:17 CET 2007


Martin Kutschker schrieb:
> Martin Kutschker schrieb:
> 
>> Hi!
>>
>> The "Edit in RTE" button and the "fullscreen RTE" wizard icon don't 
>> work in IE7. The edit area is only a think black line.
>>
>> The reason seems that "width:100%" doesn't work any more. If you're 
>> lucky you get a fix height about 10 lines (see bug #4486 [1]), but if 
>> you're luckless like me you're stuck.
>>
>> Any ideas what to do about that?
> 
> 
> As a quick hack I've used: height:100%; min-height:500px
> 
> To be set in class.tx_rtehtmlarea_base.php::drawRTE() in the "DRAW THE 
> EDITOR" section.

Better solution:

Add a "html { height: 100% }" somewhere into the CSS. Works fine in IE7 and 
doesn't bother other browsers.

Masi




More information about the TYPO3-dev mailing list