Closed Bug 25869 Opened 25 years ago Closed 24 years ago

[FIX]Select color can't override inline style

Categories

(Core :: Layout: Form Controls, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: belg4mit, Assigned: rods)

References

()

Details

(Whiteboard: fix in tree)

There is no means of telling that the green option is selected
When you select the first option in the <select> below, 
the '-moz-option-selected' style does not override the
"background-color:green;color:yellow;" style.

<select size=5>
<option style="background-color:green;color:yellow;">Styled</option>
<option>Unselected</option>
<option disabled>Disabled</option>
<option selected>Selected</option>
</select>

Not sure who this is, so setting to default karnaze/HTML Form Controls. (tested
win95 2000013111). 
Assignee: nobody → karnaze
Component: Browser-General → HTML Form Controls
QA Contact: nobody → ckritzer
Reassigning to Rod.
Assignee: karnaze → rods
Yup, this is a big problem.
Status: NEW → ASSIGNED
Target Milestone: M15
changed summary
Summary: Example Style Tests #4 → Select color can't override inline style
moving out to M17, this isn't being solved for some time
Target Milestone: M15 → M17
This would be nice to fix, but it is bery low priority. marking as later
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → LATER
reopening, I got the solution from smedberg@cua.edu in bug 37459
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Target Milestone: M17 → M16
*** Bug 37459 has been marked as a duplicate of this bug. ***
Use "!important" to fix it, i will check it in soon. (Check in html.css)
Summary: Select color can't override inline style → [FIX]Select color can't override inline style
Whiteboard: fix in tree
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Verifying on
 -Windows 98 build 2000-09-22-08-M18
 -Linux RedHat6.2 build 2000-09-19-21-M18
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.