Bug 8134

Summary: REGRESSION: dragging down from the middle of a text field does not select to end of field
Product: WebKit Reporter: Darin Adler <darin>
Component: FormsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Darin Adler 2006-04-01 22:25:44 PST
This is a regression from the change to the new text fields. To reproduce, click in the middle of a text field and drag down. Note that it selects from where you began to the beginning of the field. But it should select from where you began to the end of the field instead.
Comment 1 Darin Adler 2006-04-01 22:28:26 PST
I see the same problem in reverse with RTL fields.
Comment 2 Darin Adler 2006-04-02 19:56:02 PDT
This is almost identical to bug 8116.
Comment 3 Maciej Stachowiak 2006-04-02 23:25:44 PDT
These are all text field regressions so they should all be P1.
Comment 4 Darin Adler 2006-04-06 00:57:56 PDT
I'll take a look at these.
Comment 5 Darin Adler 2006-04-06 08:55:53 PDT
Presumably another Selection::adjustForEditableContent problem.
Comment 6 Darin Adler 2006-04-07 18:25:48 PDT
I fixed this, but it doesn't fix all cases of bug 8116.