Closed
Bug 186379
Opened 22 years ago
Closed 22 years ago
Options in dropdown not shown.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20021220
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20021220
The options in a dropdown with black background-color and white text are not
shown in Mozilla.
Code take from http://www.astalavista.com (warning, inappropiate banners may appear)
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
You have just white text on white background and thus the contents are not
shown. Just add "background-color:#000000;" to select style and you'll see the text.
Please mark this bug as invalid.
Reporter | ||
Comment 3•22 years ago
|
||
How can this be invalid when the background color already IS set to black. Text
set to white. Please se code in Testcase in comment 1.
Comment 4•22 years ago
|
||
I meant that put the background color of the "<select>" item to be black:
<select style="COLOR: #FFFFFF;background-color:#000000;">
<option> .....
You have now set only the the background color of the option elements to black,
but not the background color of the select element itself.
Comment 5•22 years ago
|
||
"search for dups, please?" I just found 3 _open_ ones (and a dozen or so that
are resolved duplicate)....
*** This bug has been marked as a duplicate of 79107 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•