Nothing Special   »   [go: up one dir, main page]

Open Bug 1258214 Opened 9 years ago Updated 2 years ago

Feature request: Auto-resize textarea

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement

Tracking

()

UNCONFIRMED

People

(Reporter: craig, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36

Steps to reproduce:

Allow the following CSS to automatically change the height of a <textarea> depending on its content:

textarea {
    height: max-content;
}

-----

This is related to the iframe resize request:

https://bugzilla.mozilla.org/show_bug.cgi?id=1246423
https://github.com/craigfrancis/iframe-height


Actual results:

N/A


Expected results:

N/A
Severity: normal → enhancement
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.