[Webkit-unassigned] [Bug 111873] New: [Chromium] chromium/linux breaks expectation of select popup background due to bad UA css rules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 11:04:17 PST 2013


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

           Summary: [Chromium] chromium/linux breaks expectation of select
                    popup background due to bad UA css rules
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xiyuan at chromium.org
                CC: tony at chromium.org


Related chromium bug http://crbug.com/165031

The following UA css rule in themeChromiumLinux.css breaks some website's expectation that select background-color would be used as the popup's background-color:

select:not([size]):not([multiple]) option,
select[size="0"] option,
select[size="1"] option {
    background-color: #f7f7f7;
}

Example of such web page http://jsfiddle.net/rbyers/VEvCr/ (from rbyers at chromium.org)

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