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: | Forms | Assignee: | Darin Adler <darin> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | Regression |
Priority: | P1 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Darin Adler
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
I see the same problem in reverse with RTL fields.
Darin Adler
This is almost identical to bug 8116.
Maciej Stachowiak
These are all text field regressions so they should all be P1.
Darin Adler
I'll take a look at these.
Darin Adler
Presumably another Selection::adjustForEditableContent problem.
Darin Adler
I fixed this, but it doesn't fix all cases of bug 8116.