Bug 83932 - select option tag ignore background-image css property
Summary: select option tag ignore background-image css property
Status: RESOLVED DUPLICATE of bug 9846
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Minor
Assignee: Nobody
URL: http://lab.artlung.com/form-image-bac...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 12:43 PDT by info
Modified: 2012-06-27 22:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description info 2012-04-13 12:43:55 PDT
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>
Comment 1 dstockwell 2012-06-27 22:00:57 PDT

*** This bug has been marked as a duplicate of bug 9846 ***