[Webkit-unassigned] [Bug 106827] New: Pressing the down cursor key does not move the caret in contenteditable div when there is a wrapped image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 14:11:43 PST 2013


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

           Summary: Pressing the down cursor key does not move the caret
                    in contenteditable div when there is a wrapped image
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: testing9999 at mailinator.com


Repro steps:

1. Paste the following into the address bar

data:text/html,<html><div contenteditable="true" style="height:400px; width:200px; border: solid black 1px">testing wrapped picture on the same line <img src="http://farm8.staticflickr.com/7239/7171902074_2d9b462d9c_q.jpg" /><br/>2nd line here</div></html>

2. Use the mouse and click on after the word "line"

3. Press the down arrow key

Expected
Caret is stuck and does not move.

Actual
Caret move into another line, ideally right before or after the image

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