Closed
Bug 1007782
Opened 11 years ago
Closed 11 years ago
Appearance of <select style=appearance: button> is different between Chrome and Firefox.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 649849
People
(Reporter: alice0775, Unassigned)
Details
Attachments
(1 file)
160 bytes,
text/html
|
Details |
+++ This bug was initially created as a clone of Bug #1007727 +++
STR:
Open attached in Chrome and Firefox.
<style type="text/css">
select {
-moz-appearance: button;
-webkit-appearance: button;
}
</style>
<select>
<option>foo</option>
<option>bar</option>
</select>
Actual Results:
Appearance of <select> is different between Chrome and Firefox.
Chrome does not draw a dropdown arrow.
Firefox draws a dropdown arrow.
![]() |
||
Comment 1•11 years ago
|
||
Yes, -moz-appearance and -webkit-appearance are two different properties that have totally different behavior in all sorts of ways...
![]() |
||
Comment 2•11 years ago
|
||
Dupe of Bug 649849?
![]() |
Reporter | |
Comment 3•11 years ago
|
||
yes
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•