Closed
Bug 238981
Opened 21 years ago
Closed 21 years ago
option styles are not rendered for the selected option
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
People
(Reporter: agr, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20040130 Firebird/0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20040130 Firebird/0.7
Style declaration for selectbox options works well except when it is selected.
Eg: a green backgrounded option appears green in the list while selecting, but
once an option is selected, the styles are not rendered.
Reproducible: Always
Steps to Reproduce:
1. Go to http://amigrave.com/upload/posts/mozilla/option_style_background/
2. Look at the current background color of the select option (white)
3. Try to select another option, you'll see that the background color of the
default selected option was not white but green
Comment 1•21 years ago
|
||
i currently don't know what the css-specs are saying, but the decoration of the
selected option can be controlled in mozilla by applying some css to the
"select" element.
*** This bug has been marked as a duplicate of 79107 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•