RESOLVED FIXED 10105
REGRESSION: Textareas don't get scrollbars when text gets too big for content area
https://bugs.webkit.org/show_bug.cgi?id=10105
Summary REGRESSION: Textareas don't get scrollbars when text gets too big for content...
Adele Peterson
Reported 2006-07-25 10:56:00 PDT
<textarea rows=7> 1 2 3 4 </textarea> Type a few more lines in, and observe that the scrollbars do not appear. If there are more lines in the textarea initially, it will start out with the right scrollbars I suspect I broke this in r15581/15582.
Attachments
patch (16.17 KB, patch)
2006-11-02 12:44 PST, Adele Peterson
no flags
updated patch (14.86 KB, patch)
2006-11-02 13:33 PST, Adele Peterson
mitz: review+
Adele Peterson
Comment 1 2006-07-25 10:56:19 PDT
Adele Peterson
Comment 2 2006-11-02 12:44:41 PST
Created attachment 11353 [details] patch This switches text controls back to RenderBlock from RenderFlexibleBox
Adele Peterson
Comment 3 2006-11-02 13:33:01 PST
Created attachment 11355 [details] updated patch
mitz
Comment 4 2006-11-02 13:40:11 PST
Comment on attachment 11355 [details] updated patch r=me
Adele Peterson
Comment 5 2006-11-02 13:45:26 PST
Committed revision 17543.
Note You need to log in before you can comment on or make changes to this bug.