[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 06:27:56 PDT 2011


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





--- Comment #15 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2011-10-11 06:27:56 PST ---
(In reply to comment #10)
> I see. So, probably popup-menu code for Chromium-Linux has a regression, and RenderMenuList is innocent.

On debugging it is found that option element was getting the default value from themeChromiumLinux.css which has alpha() 255 so it was returning from RenderMenuList::itemBackgroundColor().

Please find the attached patch which fixes this issue now default color is set as rgba(247,247,247,0);
Regarding test case I have modified current test case manual-tests/item-background.html. 
The new behavior now matches with all other ports.

Please let me know your review comments.

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