[Webkit-unassigned] [Bug 31920] REGRESSION (r38898): Using the up arrow in a textarea gets "stuck" at the beginning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 09:52:10 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31920





--- Comment #9 from Alejandro G. Castro <alex at igalia.com>  2009-12-16 09:52:09 PST ---
(In reply to comment #8)
> (From update of attachment 44965 [details])
> Changing to review- because of the incomplete test in the patch.
> 
> This patch includes test results only for the gtk platform and does not include
> pixel test results.

The test fails without the patch because the caret position does not reach the
one specified in the expected result, if you check it manually it means the
caret stays in the first position of the first line.

The test uses exactly the same technique as the
editing/selection/wrapped-line-caret-2.html. Maybe I can try to avoid it using
getSelection().baseOffset and getting the position of the cursor, that way I
could use dumpAsText, would that be ok?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list