[TYPO3-dev] IE7 and RTE wizard

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Jan 9 15:25:33 CET 2007


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.

Masi




More information about the TYPO3-dev mailing list