Project

General

Profile

Actions

Feature #23553

closed

Backend textarea fields should also be flexible in height, even if text is just a continuous text

Added by Sebastian Müller about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-09-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

If you are writing into a textarea field in the backend including breaks, the field will grow in height automatically through ExtJS : Ext.ux.elasticTextArea.
However if your text is just a continuous text without breaks, it won't grow but become a scrolling bar.

This is fixed through giving temporary div which calculates height the width of the textarea field.

File lies on t3lib\js\extjs\ux\ext.resizable.js

Tested in FF, Chrome, Opera, IE.
Note that Opera won't make textareas flexible until they got a width (like fixed in this patch and IE will show very small scroll bars (like before) but height is growing. So it is at least better than before ;-)

Affected is trunk as well as branche4-4 at revision 8801

(issue imported from #M15732)


Files

Actions #1

Updated by Ernesto Baschny about 14 years ago

Commited to trunk (rev 8854).

Actions #2

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF