RESOLVED FIXED 8134
REGRESSION: dragging down from the middle of a text field does not select to end of field
https://bugs.webkit.org/show_bug.cgi?id=8134
Summary REGRESSION: dragging down from the middle of a text field does not select to ...
Darin Adler
Reported 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.
Attachments
Darin Adler
Comment 1 2006-04-01 22:28:26 PST
I see the same problem in reverse with RTL fields.
Darin Adler
Comment 2 2006-04-02 19:56:02 PDT
This is almost identical to bug 8116.
Maciej Stachowiak
Comment 3 2006-04-02 23:25:44 PDT
These are all text field regressions so they should all be P1.
Darin Adler
Comment 4 2006-04-06 00:57:56 PDT
I'll take a look at these.
Darin Adler
Comment 5 2006-04-06 08:55:53 PDT
Presumably another Selection::adjustForEditableContent problem.
Darin Adler
Comment 6 2006-04-07 18:25:48 PDT
I fixed this, but it doesn't fix all cases of bug 8116.
Note You need to log in before you can comment on or make changes to this bug.