[Webkit-unassigned] [Bug 32295] New: Typing in Wave repaints the whole screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 16:15:12 PST 2009


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

           Summary: Typing in Wave repaints the whole screen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: hyatt at apple.com, mitz at webkit.org, jamesr at chromium.org


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

Typing in Wave repaints the whole screen

We've reduced the offending HTML.  Seems we're laying out too much:

<div style="height:100%; position:relative;">
    <div style="position:absolute; left:0">
        <div style="height: 200px"></div>
            <div contenteditable="true">
                TYPE HERE AND SEE IT REPAINT THE WHOLE SCREEN
            </div>
        </div>
    </div>
</div>

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