Bug 11534

Summary: REGRESSION: Readonly text fields don't scroll when selecting content
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: FormsAssignee: Adele Peterson <adele>
Status: RESOLVED FIXED    
Severity: Normal CC: KwhiteRight
Priority: P1 Keywords: HasReduction, InRadar, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,%20<input%20type="text"%20value="Lorem%20ipsum%20dolor%20sit%20amet,%20consectetur%20adipisicing%20elit."%20readonly>
Attachments:
Description Flags
patch mitz: review+

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