The comment textarea is now only 5 rows tall. It used to be bigger.
It would be nice to make it bigger again.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2125175-drupalorg-make-comment-textarea-taller-7.patch | 772 bytes | m1r1k |
The comment textarea is now only 5 rows tall. It used to be bigger.
It would be nice to make it bigger again.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2125175-drupalorg-make-comment-textarea-taller-7.patch | 772 bytes | m1r1k |
Comments
Comment #1
gregglesComment #2
dddave commentedYes please!
Comment #3
eliza411 commentedComment #4
jonathan1055 commentedAgree. Five lines is too small, I am always having to stretch the box. There is no downside to having say ten lines? Also, could the formatting details be in a closable/openable fieldset like on other node edit forms? Most of the time we do not need to see them. This would make the 'save' and 'preview' buttons much closer to the textarea, and therefore easier to use without scrolling.
Comment #5
dddave commented++1 to #4
Comment #6
tr commentedYes, this is very annoying when you're trying to write a detailed, nuanced reply to an issue.
This encourages a lot of "+1" or "me too" replies.
The D6 version of d.o had a much larger text box. I'm not sure how big it was, but I never had a problem with the size before the upgrade. Whereas now I *always* have a problem with the size.
Comment #7
m1r1k commentedComment #8
tvn commentedComment #9
dwwGreat, thanks! Tested, committed and pushed:
http://drupalcode.org/project/drupalorg.git/commit/31610e6
Then I tested, committed and pushed a followup:
http://drupalcode.org/project/drupalorg.git/commit/361fb8b
- Also handle comment element on issue update forms.
- Use 15 rows instead of 20 in both places to not be too overwhelming.
Deployed all of this live.
Thanks again!
-Derek