Bug 10105 - REGRESSION: Textareas don't get scrollbars when text gets too big for content area
Summary: REGRESSION: Textareas don't get scrollbars when text gets too big for content...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-07-25 10:56 PDT by Adele Peterson
Modified: 2006-11-02 13:45 PST (History)
4 users (show)

See Also:


Attachments
patch (16.17 KB, patch)
2006-11-02 12:44 PST, Adele Peterson
no flags Details | Formatted Diff | Diff
updated patch (14.86 KB, patch)
2006-11-02 13:33 PST, Adele Peterson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adele Peterson 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.
Comment 1 Adele Peterson 2006-07-25 10:56:19 PDT
<rdar://problem/4650271>
Comment 2 Adele Peterson 2006-11-02 12:44:41 PST
Created attachment 11353 [details]
patch

This switches text controls back to RenderBlock from RenderFlexibleBox
Comment 3 Adele Peterson 2006-11-02 13:33:01 PST
Created attachment 11355 [details]
updated patch
Comment 4 mitz 2006-11-02 13:40:11 PST
Comment on attachment 11355 [details]
updated patch

r=me
Comment 5 Adele Peterson 2006-11-02 13:45:26 PST
Committed revision 17543.