Closed
Bug 396562
Opened 17 years ago
Closed 17 years ago
Height of the menu bar (File, Edit, View, etc.) is too small (space above menu bar text cut too short)
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
People
(Reporter: reed, Unassigned)
References
Details
(Keywords: regression)
Attachments
(2 files)
The height of the menu bar (File, Edit, View, etc.) is too small on trunk as compared to branch (the space above the menu bar is cut short). For what I mean, see the screenshot for a comparison. Most GTK apps look like what Bon Echo has, so this change on trunk is a noticeable change that just looks ugly. I'll attempt to find a regression range for this.
Reporter | ||
Updated•17 years ago
|
Component: Toolbars → XUL Widgets
Product: Firefox → Toolkit
QA Contact: toolbars → xul.widgets
![]() |
||
Updated•17 years ago
|
Flags: blocking1.9?
Comment 2•17 years ago
|
||
This is cross-platform (one of the charmes of XUL...)
OS: Linux → All
Hardware: PC → All
Comment 3•17 years ago
|
||
This is what happens in all my themes.
According to DOM Inspector the menubar is actually 10px high, but the
containing hbox has height 19px. Can someone explain me why this 'height:0' is
needed?
See also bug 396565, comment 1:
Starting with the 2007-09-05-02 build, the menubar is not actually tall enough
for the text (or more precisely for the accesskey underlines). Removing the
height="0" thing that bug 282188 added fixes the problem.
Comment 4•17 years ago
|
||
I've put what I believe is the fix in bug 396565; does anyone want to mess around with the dependencies/duplication?
Reporter | ||
Comment 5•17 years ago
|
||
Fixed by the patch in bug 396565, afaik...
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•