Closed
Bug 3855
Opened 26 years ago
Closed 26 years ago
toolbar buttons don't fit in horizontal space allocated
Categories
(Core Graveyard :: Tracking, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M3
People
(Reporter: akkzilla, Assigned: hyatt)
Details
Sometime between Monday morning and Tuesday morning (i.e. during the M3 freeze),
someone changed the toolbar spacing so that now the stop button gets wrapped to
a second line rather than fitting with the other three toolbar buttons.
This should be considered a BLOCK M3 bug because it was fine on Monday and only
got changed during the freeze, and that change caused a regression and should be
backed out.
Reporter | ||
Updated•26 years ago
|
Assignee: mcafee → hyatt
Reporter | ||
Comment 1•26 years ago
|
||
I notice hyatt made a lot of changes to the apprunner UI in the last day,
reassigning ...
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M3
Reporter | ||
Comment 2•26 years ago
|
||
This broke with version 1.34 of navigator.xul, when the width on line 500 was
changed from 160 to 155. It needs to be 160 in order for the toolbar buttons to
fit on one line.
Changing it to 160 fixes the problem -- the stop button is still wrapped when
the buttons are first getting laid out, but at least it snaps to its proper
position when the window finally stabilizes.
Assignee | ||
Comment 3•26 years ago
|
||
Yeah, this is an example of a lousy thing we're having to do with table layout,
since we don't have our own layout manager in place... the extra width looks a
bit silly on Mac and Windows (which use narrower fonts), but omitting the width
all together doesn't work.
Just change it back to 160.
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•26 years ago
|
||
Fix checked in. I don't know why the toolbars are initially drawn the wrong
size; I'll file a separate bug on that (not M3).
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•