Page MenuHomePhabricator

Reconsider textbox rows="25"
Open, Needs TriagePublic

Description

Since the birth of MediaWiki, even adding a new comment on a Talk page opens a vast:
<textarea id="wpTextbox1" cols="80" rows="25" ...
Which the user must then scroll past to finally get to the
'Save changes Show preview Show changes Cancel'
line, after entering his line or two of text.

Let's face it, most edits are not a wonderful creation of a whole new page, but instead just at the most adding a few lines to something.

And in all cases there is already a extender /// mark to pull on in the corner anyway.

Event Timeline

GitHub and Phabricator use smaller <textarea>s, (but I'm worried that they might have accessibility problems on text browsers where pure HTML is important...)

Scroll past? Are you wanting to lower the number of rows then? Columns is width.

Jidanni renamed this task from Reconsider textbox columns="25" to Reconsider textbox rows="25".Feb 6 2018, 11:56 PM