[Webkit-unassigned] [Bug 153860] New: [GTK] Scrollbars not correctly rendered in non GNOME environments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 02:44:12 PST 2016


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

            Bug ID: 153860
           Summary: [GTK] Scrollbars not correctly rendered in non GNOME
                    environments
    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

I noticed this in a matchbox environment, where there's no gnome-setting-daemon running. The problem is only with the scrollbars, because we initialize the GtkSettings in RenderThemeGtk and notify the ScrollbarTheme when it changes, but ScrollbarTheme is created before RenderThemeGtk so we initialize the theme properties before the GtkSettings have been initialized. We could just let the ScrollbarTheme monitor the theme itself instead of relying on being notified by the WebCore layer.

-- 
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/20160204/373616bc/attachment.html>


More information about the webkit-unassigned mailing list