[Webkit-unassigned] [Bug 37779] [GTK] Button and Entry font color doesn't respect the system's style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 04:31:45 PDT 2010


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pkasting at google.com




--- Comment #10 from Shinichiro Hamaji <hamaji at chromium.org>  2010-05-31 04:31:44 PST ---
Looks like windows chromium only uses RenderTheme::systemColor().  RenderThemeChromiumWin::systemColor() uses GetSystemColor(COLOR_CAPTIONTEXT) as the color value for CaptionText. I don't know if this color is black. I've sent a try job to check this, but it seems the trybot is unhealthy for now (http://build.chromium.org/buildbot/try-server/builders/layout_win/builds/1898). Windows port seems to be using the same color, so this patch would be OK if this patch doesn't change the results of win safari.

CCing pkasting (the guy who wrote RenderThemeChromiumWin::systemColor).

By the way, I want you to remove [GTK] from the ChangeLog description (or please mention that we are changing the behavior of GTK, Win, and Chromium win). Otherwise, someone will miss this change when she/he is investigating the history.

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