Open Bug 660384 Opened 13 years ago Updated 2 years ago

Text area: a handle to resize just the height

Categories

(Core :: Layout: Form Controls, enhancement)

enhancement

Tracking

()

People

(Reporter: nicolas.barbulesco, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 Build Identifier: Mozilla/5.0 (Windows NT 6.0; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 Now Firefox makes the text area resizable, like Chrome and Safari. Great. It does so by providing a draggable corner that can resize width and height. Usually, like for the text area I am presently typing in, I just want to increase the height. So I move the corner vertically. But my mouse does not move along a straight rail. So the width changes too. And that changes the visible line length, so that **** up the line setting, in particular the "> " quotation characters... So I would greatly appreciate to have a handle on the bottom edge of the text area, that change only the height. Like this: http://steve918.files.wordpress.com/2009/03/picture-4.png I used that in some Web browser - maybe that was constructed by the Web site -, and that was very nice. Thanks, Nicolas Barbulesco Reproducible: Always Steps to Reproduce: See in "Details". Actual Results: See in "Details". Expected Results: See in "Details". Firefox 4.0.1 Windows.
OS: Windows Vista → All
Hardware: x86 → All
Confirming feature request.
Status: UNCONFIRMED → NEW
Component: General → Layout: Form Controls
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → layout.form-controls
Version: unspecified → Trunk
Note that you _always_ want to do this (which it doesn't sound like you do), you could simply put "textarea { resize: vertical; }" in your user stylesheet...
(In reply to comment #0) > so that **** up the line setting I mean: so that "f u c k s u p" the line setting. In the reply text area I still see the verb I had written, but when not logged in I see stars instead in the bug page. Censorship scissors, go to Hell!
If you decrease the width of a textarea, as a user, it might be annoying but if you increase it, I do not understand how could that be a problem. We can't forbid users to change the width of a textarea and it seems quite hard to have a discreet and simple UI allowing to resize each dimensions separately or at the same time. As an author, in comment 2, Boris told you what can be done.
this should be marked as wontfix, since resize:vertical is the way to go
Except that : 1/ This workaround requires modifying my user stylesheet. 2/ This workaround suppresses the ability to resize horizontally. I have an idea : Let's lock the resizing to one dimension - vertical or horizontal - while I am dragging the handle with Shift. Like in the drawing applications.
Blocks: useragent
No longer blocks: useragent
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.