[Webkit-unassigned] [Bug 77760] GtkLauncher.exe doesn't draw anything in its webkitwebview

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 11:50:41 PST 2012


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


Kalev Lember <kalevlember at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125378|                            |review?
               Flag|                            |




--- Comment #1 from Kalev Lember <kalevlember at gmail.com>  2012-02-03 11:50:41 PST ---
Created an attachment (id=125378)
 --> (https://bugs.webkit.org/attachment.cgi?id=125378&action=review)
Create the backing store after WebKitWebView is realized

The widget backing store was created in size_allocate() before the
widget was realized. This wasn't a problem for GtkWidgetBackingStoreX11,
but WidgetBackingStoreCairo's constructor needs the widget's GDK window,
which is is created in realize().

Fixes the WebKitWebView not painting on platforms that use
WidgetBackingStoreCairo, e.g. win32.

Gdk-CRITICAL **: IA__gdk_window_create_similar_surface: assertion `GDK_IS_WINDOW (window)' failed

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