r55516 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55515‎ | r55516 | r55517 >
Date:02:36, 23 August 2009
Author:simetrical
Status:ok
Tags:
Comment:
Increase rows on reply form from 5 -> 10

Maybe it's just because I'm long-winded, but I always find the height to
be way too small. Thankfully I'm using WebKit, so I can just resize it
myself, but it gets annoying. 10 seems better, maybe more would be
better still.

This isn't actually tested, since I don't have a CodeReview install
handy, but it falls in the category of "too trivial to be buggy".
For real, you know, not like all the other times when people say that
but it's actually buggy anyway. Honest.
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
@@ -609,7 +609,7 @@
610610 'name' => "wpReply{$parent}",
611611 'id' => "wpReplyTo{$parent}",
612612 'cols' => 40,
613 - 'rows' => 5 ) ) .
 613+ 'rows' => 10 ) ) .
614614 $text .
615615 '</textarea>' .
616616 '</div>' .

Status & tagging log