[Webkit-unassigned] [Bug 81490] New: Moving caret up or down skips lines when there's a non-editable line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 21:59:06 PDT 2012


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

           Summary: Moving caret up or down skips lines when there's a
                    non-editable line
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction, InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, xji at chromium.org,
                    enrica at apple.com


Open the following page and try to move caret up or down from line 2. WebKit skips lines and move to the beginning of the end of the editable region.

<!DOCTYPE html>
<html style="background:none transparent scroll repeat 0 0;">
  <head>
    <title> Repro Keyboard Skips Line</title>
  </head>
  <body contenteditable=true style="height: 100%;" tabindex=1>
    Line 1 editable
    <div contenteditable=false style="background: red">
      Uneditable div 1
    </div>
    Line  2 editable
    <div contenteditable=false style="background: red">
      Uneditable div 2
    </div>
    Line 3 editable
  </body>
</html>

http://crbug.com/118695

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