Feature #23553
closedBackend textarea fields should also be flexible in height, even if text is just a continuous text
0%
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