[Webkit-unassigned] [Bug 155229] New: [GTK] Artifacts when using web view background color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 04:38:11 PST 2016


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

            Bug ID: 155229
           Summary: [GTK] Artifacts when using web view background color
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

This is easy to reproduce by using the MiniBrowser in editable mode, try something like this:

MiniBrowser --bg-color="rgba(255,0,0,1)" -e

Write someting and move the cursor or select text, you will see that some areas are not repainted at all. This is because when using a web view color, we fill with the color every rectangle updated by the web process, but we should always fill the entire backing store before rendering the actual contents on top.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/0a99db91/attachment.html>


More information about the webkit-unassigned mailing list