[Webkit-unassigned] [Bug 69619] [Chromium] select box dropdown list backgound colour error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 02:52:53 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110507|review?                     |review-
               Flag|                            |




--- Comment #16 from Kent Tamura <tkent at chromium.org>  2011-10-12 02:52:53 PST ---
(From update of attachment 110507)
View in context: https://bugs.webkit.org/attachment.cgi?id=110507&action=review

> Source/WebCore/css/themeChromiumLinux.css:40
> -    background-color: #f7f7f7;
> +    background-color: rgba(247,247,247,0);

I don't think this is correct at all.
Why is it reasonable to make <option> transparent by default?
You have to find a real reason of the regression, and fix it.

> Source/WebCore/manual-tests/item-background.html:74
> -    <div class="swatch"></div>
> +    <div class="sblack"></div>

I understand this is expected color for other browsers.  How about Safari/Windows and Chromium/Windows?

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