Open
Bug 130958
Opened 23 years ago
Updated 3 years ago
Widgets should always align with baseline of first line of text
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
mozilla1.4alpha
People
(Reporter: andreww, Unassigned)
References
()
Details
(Keywords: polish, Whiteboard: [adt2],custrtm- [wishlist])
Attachments
(2 files, 1 obsolete file)
When text adjacent to a widget has multiple lines of text, the widget is
currently vertically centered between the lines of text - instead of being
flush with the bottom of the first line.
This is a problem in a number of our Prefs panes
Summary: Widgets should always align with baseline of first line of text → Widgets should always align with baseline of first line of text
Attachment #74113 -
Attachment is obsolete: true
Updated•23 years ago
|
Comment 4•23 years ago
|
||
reassigning. UI team wants this bug fixed for rtm.
Assignee: jaggernaut → shliang
Whiteboard: [adt3 rtm] → [adt2 rtm]
Comment 5•23 years ago
|
||
setting target milestone for buffy. shuehan please work on this bug in the near
future. If you can't, please let me know so we can reassign.
Target Milestone: --- → mozilla1.2alpha
Updated•22 years ago
|
Whiteboard: [adt2 rtm],custrtm- [wishlist] → [adt2],custrtm- [wishlist]
Comment 7•16 years ago
|
||
still true
Assignee: shliang → nobody
Severity: normal → trivial
QA Contact: jrgmorrison → xptoolkit.widgets
Does using -moz-box-align: baseline not do what is needed here? e.g.:
<hbox>
<checkbox align="baseline" />
<description align="baseline" />
</hbox>
(Or maybe that attribute belongs on the parent? nsBoxFrame::GetInitialVAlignment is a bit confusing.)
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•