[Webkit-unassigned] [Bug 19443] New: REGRESSION (r32531-r32652): Moving the insertion point past a newline inserted in a text area skips the next character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 8 20:47:57 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19443

           Summary: REGRESSION (r32531-r32652): Moving the insertion point
                    past a newline inserted in a text area skips the next
                    character
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Regression, NeedsRadar
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


Steps to reproduce:
1. In a text area, such as on this page, type "foo", press return, and type
"bar" on the next line.
2. Place the insertion point on the first line, after "foo".
3. Press the right arrow key.

Expected results:
The insertion point should move to the next line, just before the "b".

Actual results:
The insertion point moved to the next line, between "b" and "ar".

Regression:
bisect-builds puts this in the r32531-r32652 range. The visual arrow keys (for
bidi text) patch was landed in that range.

Note:
This does not seem to happen with a content-editable div or with a text area
already containing the line break.


-- 
Configure bugmail: http://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