[Webkit-unassigned] [Bug 57520] New: <select> control does not inherit styles properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 19:33:16 PDT 2011


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

           Summary: <select> control does not inherit styles properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://tjkdesign.com/lab/select.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thierry.koblentz at gmail.com


As the test-case referenced in the URL field shows, the following styling fails:

select {
    font:inherit;
    color:inherit;
}

Note that if the select is styled with border-*, background-* or may be other declarations then the above rules kicks in.

Reduced test-case:

form {
    color:teal;
    font-size:2em;
    font-family:monospace;
    font-style:italic;
    font-weight:bold;
}
/* this rule is ignored by webkit/Mac */
select {
    font:inherit;
    color:inherit;
}

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