Closed
Bug 3504
Opened 26 years ago
Closed 26 years ago
Empty toolbars (like personal toolbar) too small
Categories
(Core Graveyard :: Tracking, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
When a toolbar is empty (say the personal toolbar has no items in it), it is only
4 pixels high. That's not very condusive to dragging things to it ;)
Maybe a min-height attribute on toolbars would help.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
I tried min-height, but that didn't seem to work until there was another reflow.
That's not good.
Assignee | ||
Comment 2•26 years ago
|
||
kipp confirms that min-height not yet implemented. Waiting on bug #969 for fixes.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Toolbar is now a block frame in the css and kipp has implemented min/max heights,
so all is done for this one. Fixed! Woohoo!
Assignee | ||
Comment 6•25 years ago
|
||
an easy way to verfiy this is to look at the toolbar test in apprunner. It has an
empty toolbar with a min-height and it is correctly displayed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Verified fixed in 5.11.99 build (whacked the toolbar stuff from the .xul file,
launched, and it was about 20 pixels high when empty.)
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
•