[Webkit-unassigned] [Bug 26030] [Chromium] Chromium Linux ignores background color on <select>.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 12:29:02 PDT 2009


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


agl at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30881|0                           |1
        is obsolete|                            |
  Attachment #30920|                            |review?(eric at webkit.org)
               Flag|                            |




------- Comment #6 from agl at chromium.org  2009-06-03 12:29 PDT -------
Created an attachment (id=30920)
 --> (https://bugs.webkit.org/attachment.cgi?id=30920&action=view)
patch

Next attempt:

This time we remove all the magic colour values from the paintButtonLike
function, except for a fallback colour. For painting <select>s and buttons, we
generate the family of colours needed by converting to HSL and changing the
luminance.

With this in hand, we set the CSS ButtonFace colour and the <select>
background-color and everything works out exactly the way is used to, except
that <select>'s with background colours are now handled correctly.

With this code, we could also handling drawing buttons with background-colors,
but that's something for another patch.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list