Bug #15694
closed
full screen RTEhtmlarea textbox is 1pixel high in Internet Explorer 6
Added by Axel Jindra almost 19 years ago.
Updated about 14 years ago.
Category:
Backend User Interface
Description
for some obscure reason the textbox of the RTEhtmlarea ist only 1 pixel high when opened in full screen mode (see attached image)
(issue imported from #M2660)
Files
In the case of fullscreen, the size of the div with id 'RTEarea1' is resized based on the values of document.body.offsetHeight and document.body.offsetWidth.
Is there any reason for document.body.offsetHeight to be equal to 0 in this frame when using the new skin?
Is the problem in IE only?
The bug was reported to me by an editor and it did occur in IE only, but on several Windows systems (Win98, WinXP). I verified this in a test with Firefox 1.5 on MacOSX and WinXP, they both did not have the problem.
I did however not test Opera or any other browser or other platform.
(It is definitely related to the new skin, because in the old one the RTE is displayed correctly.)
The following lines are required somewhere in the css structure, otherwise IE will simply collapse the height of iframe created by the RTE:
BODY#typo3-wizard-rte-php, BODY#typo3-wizard-rte-php TABLE#typo3-rtewizard { height: 98%; }
BODY#typo3-wizard-rte-php TABLE#typo3-rtewizard TR TD#c-formContent { height: 100%; vertical-align: top; }
may be marked as resolved - just checked with rc2
Also available in: Atom
PDF