Closed
Bug 177569
Opened 23 years ago
Closed 23 years ago
[FIX]Browser overwrites CSS in <select disabled>
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
mozilla1.3alpha
People
(Reporter: bugs, Assigned: bzbarsky)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
376 bytes,
patch
|
john
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
When using a disabled select field with size=1, it is displayed in gray instead
of the style given in select[disabled]. there is a small border in the
background-color given, but the main part is in some default color. This occurs
only with size=1 and multiple not set.
![]() |
Assignee | |
Comment 1•23 years ago
|
||
![]() |
Assignee | |
Comment 2•23 years ago
|
||
I see no real reason for our current behavior... jkeiser? David?
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Comment on attachment 104684 [details] [diff] [review]
if we decide we want to fix this...
If disabled selects still look right, r/sr=dbaron.
Attachment #104684 -
Flags: superreview+
![]() |
Assignee | |
Comment 4•23 years ago
|
||
They do.
Assignee: dbaron → bzbarsky
Priority: -- → P2
Summary: Browser overwrites CSS in <select disabled> → [FIX]Browser overwrites CSS in <select disabled>
Target Milestone: --- → mozilla1.3alpha
Comment 5•23 years ago
|
||
testcase provided with url http://www.jester-records.org/testarea/select_test.html
Keywords: testcase
Comment 6•23 years ago
|
||
Comment on attachment 104684 [details] [diff] [review]
if we decide we want to fix this...
r=jkeiser
Attachment #104684 -
Flags: review+
![]() |
Assignee | |
Comment 7•23 years ago
|
||
fixed for 1.3a
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•