moinwiki / moin

MoinMoin Wiki Development (2.0+), unstable, for production please use 1.9.x.
https://moinmo.in/
Other
308 stars 92 forks source link

textarea resizing control #268

Closed ThomasWaldmann closed 9 years ago

ThomasWaldmann commented 12 years ago

Original report by Reimar Bauer (Bitbucket: ReimarBauer, GitHub: ReimarBauer).


We maybe should have resizable textareas.

E.g. see http://codereview.appspot.com/ - the little [+] at the lower right corner of a textarea can be used to resize it.

ThomasWaldmann commented 9 years ago

Original comment by RogerHaase (Bitbucket: RogerHaase, GitHub: RogerHaase).


resize: both; seems to be default on all browsers that support resize: http://caniuse.com/#search=resize

IE and Edge do not support resize. JQuery autosize disables vertical resize on the modify textarea and uses js to simulate it even for IE and Edge.

So we have this feature for the modify textarea, extra metadata textarea, and user settings subscriptions textarea.

This issue can be closed.