[Webkit-unassigned] [Bug 37779] New: [GTK] Button and Entry font color doesn't respect the system's style
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 18 15:49:40 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=37779
Summary: [GTK] Button and Entry font color doesn't respect the
system's style
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: olivier at tilloy.net
Created an attachment (id=53640)
--> (https://bugs.webkit.org/attachment.cgi?id=53640)
A screenshot of the issue
This bug is the GTK-specific counterpart of bug #35024.
This is particularly visible with a dark theme such as Nodoka-Midnight. The
text color of buttons and text entries in forms doesn't respect the system's
style. In Nodoka-Midnight, the text color for buttons is very light in contrast
with the background color which is very dark. However in WebKitGTK the labels
of buttons are rendered using the default color (defined by
RenderTheme::systemColor), which is black (CSSValueButtontext), resulting in
unreadable buttons. The same applies to text entries, although the code path
may be different.
The attached screenshot should be quite self-explanatory.
--
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