Closed Bug 24356 Opened 25 years ago Closed 25 years ago

drop-down list items centered

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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.
Status: NEW → ASSIGNED
Whiteboard: Fix in my tree
Target Milestone: M13
Setting milestone to M13, fix is in my tree
Whiteboard: Fix in my tree → NOT M13 STOPPER - Fix in my tree
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?
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; }
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed Added rule in html.css: select > input:button-content { text-align: left; } so the display area in the select is left justified.
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.