[Webkit-unassigned] [Bug 31229] New: Cursor movement is confused by excess whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 7 13:17:24 PST 2009


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

           Summary: Cursor movement is confused by excess whitespace
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chrisridd at mac.com


Created an attachment (id=42700)
 --> (https://bugs.webkit.org/attachment.cgi?id=42700)
Example

A combination of excess whitespace and inline elements seems to confuse
keyboard cursor motion.

Reproduce:

1. In the attached example, click after the text "Add".

2. Press cursor left 7 times. The cursor should be in front of the "a" in
"Panel".

3. Press cursor left again.

Expected Result:

The cursor moves to the left of "P".

Actual Result:

The cursor moves *right* to after the "l" in "Panel".

(Cursoring left again will loop again when it goes past the "a".)

Workarounds:

Removing the excess whitespace in between "Control" and "Panel" fixes the
problem. However, removing the spans (and leaving the whitespace) also fixes
the problem, so there's something more subtle going on.

-- 
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