Bug 11534 - REGRESSION: Readonly text fields don't scroll when selecting content
Summary: REGRESSION: Readonly text fields don't scroll when selecting 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: Adele Peterson
URL: data:text/html,%20<input%20type="text...
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-11-06 14:05 PST by Matt Lilek
Modified: 2007-02-17 00:40 PST (History)
1 user (show)

See Also:


Attachments
patch (27.60 KB, patch)
2007-02-17 00:02 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 Matt Lilek 2006-11-06 14:05:57 PST
If the contents of a readonly text field is longer than the text field, the text does not scroll to allow you to select more of the content.  (Cmd + A and triple click both work fine to select all content.)
Comment 1 Stephanie Lewis 2007-01-22 17:23:15 PST
InRadar
<rdar://problem/4946947> 
Comment 2 Adele Peterson 2007-02-05 23:08:42 PST
Right now we have code in RenderObject::shouldAutoscroll that only allows autoscroll for overflow:hidden if the node is editable.

We should probably implement RenderTextControl::shouldAutoscroll. 
Comment 3 Adele Peterson 2007-02-17 00:02:21 PST
Created attachment 13208 [details]
patch
Comment 4 mitz 2007-02-17 00:36:41 PST
Comment on attachment 13208 [details]
patch

r=me
Comment 5 Adele Peterson 2007-02-17 00:40:06 PST
Committed revision 19678