The comment textarea is now only 5 rows tall. It used to be bigger.

It would be nice to make it bigger again.

Comments

greggles’s picture

Title: comment textarea on issue node is too small » Make comment textarea taller
Issue summary: View changes
dddave’s picture

Yes please!

eliza411’s picture

Issue tags: +D.o UX
jonathan1055’s picture

Agree. 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.

dddave’s picture

++1 to #4

tr’s picture

Yes, 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.

m1r1k’s picture

tvn’s picture

Project: [Archive] Drupal.org D7 upgrade QA » Drupal.org customizations
Version: » 7.x-3.x-dev
Status: Active » Needs review
dww’s picture

Status: Needs review » Fixed

Great, 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

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit 31610e6 on 7.x-3.x, 7.x-3.x-dev authored by m1r1k, committed by dww:
    [#2125175] Increase default size of comment text area.
    
  • Commit 361fb8b on 7.x-3.x, 7.x-3.x-dev by dww:
    [#2125175] Follow-up fixes to comment text area size:
    
    - Also handle...