Open Bug 450978 Opened 16 years ago Updated 2 months ago

Toolbar and Statusbar are too big in Default theme of FF3.0.1: bug found + Fix

Categories

(Toolkit :: Themes, defect)

PowerPC
macOS
defect

Tracking

()

UNCONFIRMED

People

(Reporter: adlercoa421, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1

A bug in the Default theme makes the Toolbar and Statusbar bigger, if the extensions use "type=menu-button" for the toolbarbutton.

The bug is here:
@chrome/classic.jar/skin/classic/global/toolbarbutton.css

toolbarbutton {
  -moz-box-align: center;
  -moz-box-pack: center;
  margin: 0px 2px 0px 2px;
  padding: 3px 1px 3px 1px; <-- bug, this line should be removed!
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-color: transparent;
}


Please see the screenshot for more info:
http://img128.imageshack.us/img128/705/bugbq4.png


Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Attached image bug + fix
Please provide steps to reproduce this problem, using either a testcase or an external URL.

Does the problem also happen (in FF 3.0.1) on Windows and Linux?
Component: Theme → Themes
Product: Firefox → Toolkit
QA Contact: theme → themes
Severity: normal → S3
Attachment #9381185 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: