Project

General

Profile

Actions

Bug #15694

closed

full screen RTEhtmlarea textbox is 1pixel high in Internet Explorer 6

Added by Axel Jindra over 18 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-02-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

rte-fullscreen.gif (20.8 KB) rte-fullscreen.gif Administrator Admin, 2006-02-21 15:27

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #15842: "Edit in Rich Text Editor" Form mistake / Fehlerhafte AnzeigeClosed2006-03-16

Actions
Has duplicate TYPO3 Core - Bug #15992: Textarea too small in MSIE Full screen RTEClosed2006-04-06

Actions
Actions #1

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?

Actions #2

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.)

Actions #3

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; }

Actions #4

Updated by Axel Jindra over 18 years ago

may be marked as resolved - just checked with rc2

Actions

Also available in: Atom PDF