[Webkit-unassigned] [Bug 75467] New: [GTK] Fix scrollbars size with GTK+ 3.x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 3 03:03:31 PST 2012


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

           Summary: [GTK] Fix scrollbars size with GTK+ 3.x
           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: cgarcia at igalia.com
                CC: xan.lopez at gmail.com


The problem is that GTK+ code that queries the style properties ignores the GtkStyleContext, and uses GtkWidgetPath. This should work in GTK+ but the style properties will be deprecated soon, so we could just add the style classes to the GtkWidgetPatch when creating GtkStyleContext objects as a workaround for now.

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