Bug 136251

Summary: [GTK] Selection background is rendered white when unfocused with recent GTK+
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, otte, pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2014-08-26 06:23:44 PDT
This is due to a change in the GTK+ theme, but because of a bug in WebKit. We are not using the right flags to get the selections colors.
Comment 1 Carlos Garcia Campos 2014-08-26 06:29:43 PDT
Created attachment 237148 [details]
Patch
Comment 2 Martin Robinson 2014-08-26 08:04:33 PDT
Comment on attachment 237148 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=237148&action=review

> Source/WebCore/ChangeLog:8
> +        This is due to a change in the GTK+ theme, but because ee are not

ee -> we
Comment 3 Carlos Garcia Campos 2014-08-26 08:20:37 PDT
Committed r172958: <http://trac.webkit.org/changeset/172958>