Closed
Bug 24356
Opened 25 years ago
Closed 25 years ago
drop-down list items centered
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: buster, Assigned: rods)
References
()
Details
(Whiteboard: NOT M13 STOPPER - Fix in my tree)
should be left aligned. If you drop the list down, the items are all correct.
It's the item in the display when the list is collapsed that is centered.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Fix in my tree
Target Milestone: M13
Assignee | ||
Comment 1•25 years ago
|
||
Setting milestone to M13, fix is in my tree
Updated•25 years ago
|
Reviewed at pdt, this bug not critical to M13. Would like you to wait until M14
and move to that milestone..ok?
Reviewed at pdt, this bug not critical to M13. Would like you to wait until M14
and move to that milestone..ok?
Assignee | ||
Comment 4•25 years ago
|
||
I am still trying to get this into M13, because historically visual issues in
forms controls can generate a lot of bugs and most of them are dups. The fix is
very simple, these three lines need to be added to html.css:
select > input:button-content {
text-align: left;
}
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
fixed
Added rule in html.css:
select > input:button-content {
text-align: left;
}
so the display area in the select is left justified.
Comment 6•24 years ago
|
||
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.
Description
•