[Webkit-unassigned] [Bug 13736] REGRESSION (r19811): Using the down arrow in a textarea gets "stuck" at the end of a wrapped line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 22:20:59 PST 2008


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


bdakin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25644|review?                     |
               Flag|                            |
  Attachment #25644|0                           |1
        is obsolete|                            |
  Attachment #25664|                            |review?
               Flag|                            |




------- Comment #17 from bdakin at apple.com  2008-12-01 22:20 PDT -------
Created an attachment (id=25664)
 --> (https://bugs.webkit.org/attachment.cgi?id=25664&action=view)
Newer Patch

This patch addresses Dan's first two comments.

The last comment about the layout tests made me have a realization. I remember
when Darin and I were debugging this together, we realized that the selection
was actually correct before the fix. The caret was just painting in the wrong
place. So actually, these tests won't catch the bug as they are written in dump
render tree (except with pixel tests of course). And changing the tests as Dan
suggests definitely would not fix the bug. I think the best solution is to keep
these tests as they are, and unfortunately, they only mean something when the
pixel tests are run.


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



More information about the webkit-unassigned mailing list