[Webkit-unassigned] [Bug 155119] New: REGRESSION(r197062): [GTK] Transparent backgrounds no longer work after r197062

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 09:48:54 PST 2016


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

            Bug ID: 155119
           Summary: REGRESSION(r197062): [GTK] Transparent backgrounds no
                    longer work after r197062
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk, Regression
          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

Try running MiniBrowser --bg-color="rgba(255,0,0,0)" -e for example, you should see the web view transparent, but what we get now is black wen view instead. This is because after r197062 we are now realizing the view too early, even before the toplevel window has been realized, forcing the toplevel window to be realized. If the RGBA visual is set on the window after it has been realzied it doesn't have any effect. We should wait until the toplevel window is realized to realize the web view, giving time to the application to set RGBA visual and background color.

-- 
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/20160307/76b99003/attachment-0001.html>


More information about the webkit-unassigned mailing list