Bug #25148
Updated by Markus Klein about 8 years ago
The RTE in a FE extension runs correctly with TYPO3 4.4.6 but not with TYPO3 4.5.0. The call to drawRTE in the class tx_rtehtmlarea_pi2 seems to generate an iframe with a height attribute equals to 0px with TYPO3 4.5.0 as shown below <pre> <iframe style="width: 608px; height: 0px;" id="test_115_a811d71faea5353e4050a7922011beaff__1__1-iframe" class="editorIframe" src="javascript:void(0);"> </pre> TYPO3 4.5.0 Firefox 3.6.13 (issue imported from #M17730)