[Webkit-unassigned] [Bug 40667] New: Wrong display while typing in a contenteditable positioned in a scrollable div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 03:28:49 PDT 2010


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

           Summary: Wrong display while typing in a contenteditable
                    positioned in a scrollable div
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: box654 at frost-it.dk


Created an attachment (id=58869)
 --> (https://bugs.webkit.org/attachment.cgi?id=58869)
Reduced test case

The text to the right of the caret is not always moved to the right while typing in a contenteditable div. The new text is just displayed on top until the spacebar is hit or the contenteditable looses focus.

The attached HTML file contains a reduced test case that reproduces the problem in Google Chrome 5.0.375.70 and Safari 4.0.5 (532.22.7) on Windows 7. The correct behavior can be seen in Internet Explorer 8.0 and Firefox 3.6.3.

The issue seems related to the contenteditable div being placed in a scrolling div where it is further to the right than the width of the browser window.

I would appreciate any indication of the root cause since this may help me work around the issue by adding some extra styling, attributes or JavaScript.

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