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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 00:31:46 PDT 2011


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





--- Comment #7 from Kent Tamura <tkent at chromium.org>  2011-10-11 00:31:46 PST ---
(In reply to comment #6)
> 1) In RenderMenuList::itemBackgroundColor() this function there is if checks as (line 475):
> 
>     // If the item has an opaque background color, return that.
>     if (!backgroundColor.hasAlpha())
>         return backgroundColor;
> 
> Whenever background-color is not specified for option element it always returns after above statement because backgroundColor has values like m_color = 4294440951 (looks white color) and alpha() == 255.
> 
> I think HTMLOptionElement should take/inherit  the background-color from the HTMLSelectElement.
> Please let me know any thoughts on this.

What are the behaviors of other browsers?

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