Bug 155703
Summary: | Feature request: Auto-resize textarea | ||
---|---|---|---|
Product: | WebKit | Reporter: | Craig Francis <craig+webkit> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, sebastianzartner, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Craig Francis
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://bugs.webkit.org/show_bug.cgi?id=153952
https://github.com/craigfrancis/iframe-height
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Feature Request
Radar WebKit Bug Importer
<rdar://problem/97038528>
Sebastian Zartner
There's a discussion related to that in the CSS Working Group at https://github.com/w3c/csswg-drafts/issues/7542.
Sebastian