[Webkit-unassigned] [Bug 38896] New: [GTK] Theme does not render when printing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 03:56:56 PDT 2010


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

           Summary: [GTK] Theme does not render when printing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com


The theme rendering is using the gdkdrawable from the expose event, when printing there is no expose event rendering, the result is the theme (buttons, combos, etc.) are not printed.

WebCore/platform/gtk/RenderThemeGtk.cpp:
...
     if (!i.context->gdkDrawable())
        return true;
...

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