[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
Thu Apr 22 09:34:30 PDT 2010


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


Olivier Tilloy <olivier at tilloy.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53664|0                           |1
        is obsolete|                            |
  Attachment #53664|review?                     |
               Flag|                            |
  Attachment #54065|                            |review?
               Flag|                            |




--- Comment #5 from Olivier Tilloy <olivier at tilloy.net>  2010-04-22 09:34:30 PST ---
Created an attachment (id=54065)
 --> (https://bugs.webkit.org/attachment.cgi?id=54065)
A complete patch

This is an updated patch that fixes the issue for all input widgets.
Please note that it predictably breaks the following layouts tests which will
need to be adapted or skipped:

  editing/selection/select-box.html
  fast/css/text-input-with-webkit-border-radius.html
  fast/forms/button-style-color.html

Known limitation: when the theme is changed on the fly, the text of the input
widgets is not re-rendered, so the font color is wrong. This is not a
regression though, it was already the case. Either the functionality to trigger
a re-rendering is missing in webkit itself, or I couldn't locate it. For
comparison, firefox does re-render.

Comments welcome!

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