Bug 136251 - [GTK] Selection background is rendered white when unfocused with recent GTK+
Summary: [GTK] Selection background is rendered white when unfocused with recent GTK+
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-08-26 06:23 PDT by Carlos Garcia Campos
Modified: 2014-08-26 08:20 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.92 KB, patch)
2014-08-26 06:29 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>