Actions
Bug #30274
closedChange resizable textarea default settings of backend users
Start date:
2011-09-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The current default value of the maximum height of resizable text areas is set to a ridiculous low value of 300px.
Additionally textareas are set to both flexible and resizable, which makes no sense, because if you manually resize a textarea and then type something, the size will then shrink again.
- Increase the maximum size in the default values
- Do not make the textareas flexible by default
- Do not apply the max height setting to manually resizable textareas
Actions