Bug #15694
closedfull screen RTEhtmlarea textbox is 1pixel high in Internet Explorer 6
0%
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
Updated by Stanislas Rolland over 18 years ago
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?
Updated by Axel Jindra over 18 years ago
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.)
Updated by Stanislas Rolland over 18 years ago
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; }
Updated by Axel Jindra over 18 years ago
may be marked as resolved - just checked with rc2