[Webkit-unassigned] [Bug 150151] [GTK] WebkitWebView Renders Blank White Screen But Still Responds To Clicks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 23:18:34 PDT 2015


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This is the cairo error CAIRO_STATUS_INVALID_VISUAL. The web view inherits the one in the window, but the GtkWindow is also failing to draw. Are you calling gtk_widget_set_visual() on the window? This error can happen if the visual provided to cairo_xlib_surface_create is not compatible with the display/screen.

-- 
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/20151015/e0184324/attachment.html>


More information about the webkit-unassigned mailing list