[Webkit-unassigned] [Bug 61107] CSS styles not applying to select elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 19:45:16 PDT 2011


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


Dominic Cooney <dominicc at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominicc at chromium.org




--- Comment #3 from Dominic Cooney <dominicc at chromium.org>  2011-05-19 19:45:16 PST ---
Works for me in Chrome on Windows (UA: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24)

But in Chrome 13.0.767.1 on Mac OS X, the <select> isn't styled.

This is the result of the Mac platform style.

Note that if you add:

<style>
select { -webkit-appearance: none; }
</style>

to turn off platform styles, then the <select> becomes a gray rect with thin dark grey border and rounded corners, but it has no select drop-down indicator.

I doubt that this is shadow DOM related, because I don't think <select> uses shadow DOM.

Perhaps this is working as intended?

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