Closed
Bug 227920
Opened 21 years ago
Closed 21 years ago
background-color for multiple select renders white
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 224974
People
(Reporter: matthijs.wensveen, Assigned: roc)
Details
Attachments
(1 file)
229 bytes,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208
The background of a multiple select box always renders white. No matter if you
specify
select { background-color: blue; }
or
select[multiple] {..}
this is also true for disabled multiple select boxes. You would expect them to
be gray.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Using the modern theme (irrelevant?)
Comment 1•21 years ago
|
||
If you save that file as .htm and you open it in Internet Explorer for Windows
it will work as expected.
(there should be a css-forms specification, really!)
Assignee | ||
Comment 2•21 years ago
|
||
Works for me on Linux using a build from this morning. Could this be Windows only?
Comment 3•21 years ago
|
||
Confirming with WinXP trunk build, but it's a dupe of bug 224974
Comment 4•21 years ago
|
||
*** Bug 224974 has been marked as a duplicate of this bug. ***
Comment 5•21 years ago
|
||
*** This bug has been marked as a duplicate of 224974 ***
*** This bug has been marked as a duplicate of 224974 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•