[TYPO3-core] FYI: Fixed bug #15899: htmlArea RTE: Editing area collapsed in Chrome 7

Steffen Kamper info at sk-typo3.de
Tue Oct 5 16:21:09 CEST 2010


Hi Stan,

Stanislas Rolland schrieb:
> Hi Steffen,
>>
>> i think we should change the default height setting of textarea. For
>> normal textareas the height is ok, for RTE the height should be the edit
>> area. In my case (default) the toolbar + edit area are of higher height
>> than the default setting of height. This results in strange resize
>> behaviour.
>>
> Yes, because in this case the whole RTE framework is shrinked to the 
> maximum heigth of textareas as soon as the resize anchor is moved.
> Maybe there should be a different setting for RTE-enabled textareas?
> 

i don't think it's useful to add another user options.
As you do the resize in htmlarea, i see a possible way to do maxHeight 
setting dynamic, calculating with this.getInnerHeight(). So the 
maxHeight value is only relevant for the innerHeight.
Do you think that is possible?

vg Steffen


More information about the TYPO3-team-core mailing list