[Webkit-unassigned] [Bug 83932] New: select option tag ignore background-image css property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 13 12:43:55 PDT 2012


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

           Summary: select option tag ignore background-image css property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://lab.artlung.com/form-image-background/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: info at claudedeschenes.com


The option html tag don't apply background-image css property.

The expected behavior is to add background-image on a line of select control.

Exemple :
<select>
    <option style="background-image: url(icon1.png);"> Element 1</option>
    <option style="background: url(icon2.png) no-repeat top left;"> Element 2 </option>
</select>

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