[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
Fri Apr 23 00:18:55 PDT 2010


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





--- Comment #8 from Olivier Tilloy <olivier at tilloy.net>  2010-04-23 00:18:55 PST ---
Indeed the patch likely impacts all the other ports, and depending on the
expected outputs possibly breaks the same layout tests I mentioned for them as
well.

However the changes to html.css are consistent with what was already there:
the color for buttons was set to "ButtonText" (which ensures platform-specific
theming) in contrast with text input for which it was set to "initial". And the
text color for dropdown lists (select and keygen) was hard-coded to "black",
which doesn't seem right.

I suppose the layout tests could be adapted by styling the input elements to
ensure the resulting color are independent from the platform.

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