Closed
Bug 89317
Opened 24 years ago
Closed 21 years ago
[CSS Blocker] Inherited colors don't work on pull-down select lists
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: SkewerMZ, Assigned: rods)
References
Details
(Keywords: css2, testcase)
Attachments
(1 file)
2.09 KB,
text/html
|
Details |
Procedure: View the testcase. Pull down the select list in the table.
Expected: Background color for pull-down list is inherited red color.
Actual: Background color for pull-down list is dark gray. This might suggest
that the option elements aren't inheriting the background color properly, since
the color of the closed list is not the option color (bug 79107).
Build: 2001070204 Win98
This is a CSS blocker, so suggesting for moz1.0.
Keywords: mozilla1.0
Summary: Inherited colors don't work on pull-down select lists → [CSS Blocker] Inherited colors don't work on pull-down select lists
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 4•23 years ago
|
||
Just going through some of the evil tests with IE6 (for comparison), and see
that moz has problems with inheritance on rows as well (Build 2002053104).
See http://www.bath.ac.uk/%7Epy8ieh/internet/eviltests/table/inherit.html - 2.3
& 4.2
This is the only bug that came up with css and inherit - Is it related?
(IE gets it right, btw)
Reconfirmed using FizzillaCFM/2002071208. Setting All/All.
OS: Windows 98 → All
Hardware: PC → All
Updated•23 years ago
|
Keywords: mozilla1.0
![]() |
||
Comment 6•21 years ago
|
||
This bug is invalid. "inherit" makes the <select> inherit from its parent --
the table cell. Which has a computed background of "transparent". Except
select dropdowns can't be transparent (bug 92748).
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•