Closed
Bug 1097062
Opened 10 years ago
Closed 10 years ago
Australis Panel UI icon is too small on Nightly and Dev Edition
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 37
Tracking | Status | |
---|---|---|
firefox34 | --- | unaffected |
firefox35 | --- | fixed |
firefox36 | --- | fixed |
firefox37 | --- | fixed |
People
(Reporter: bgrins, Assigned: Paolo)
References
Details
(Whiteboard: [devedition-polish][fixed by bug 1088508])
Attachments
(2 files)
As reported in Bug 1096430, the hamburger icon is too small in DevEdition: https://bugzilla.mozilla.org/attachment.cgi?id=8520029.
Reporter | ||
Comment 1•10 years ago
|
||
I did some research into why and it seemed to be a regression from 1080406, where there is a call to PanelUI.menuButton.classList.add("badged-button"). It's not clear to me why this is a problem only on DevEdition and not m-c. Matteo, any ideas why the panel ui button is smaller in the DevEdition release?
Flags: needinfo?(zer0)
Thanks for filing this followup bug Brian.
Adding a screenshot showing that the badge icon appears somewhat squashed as well.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [devedition-polish]
Comment 3•10 years ago
|
||
It's indeed a regression due the badged button class; the max-width for the badged button icon is 16px (see: mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.css#843) where in Australis the icons seems to be 18px.
We could easily increase the size, but we got some issue in the past with Australis and icons, so I want to double check why the width was added in first place, and if we can maybe get rid of it.
Flags: needinfo?(zer0)
Reporter | ||
Comment 4•10 years ago
|
||
(In reply to Matteo Ferretti [:matteo] [:zer0] from comment #3)
> It's indeed a regression due the badged button class; the max-width for the
> badged button icon is 16px (see:
> mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.css#843)
> where in Australis the icons seems to be 18px.
> We could easily increase the size, but we got some issue in the past with
> Australis and icons, so I want to double check why the width was added in
> first place, and if we can maybe get rid of it.
I noticed when disabling that rule that the loop icon also became a bit bigger, so it seems to be affecting other icons. Because of that I would say we should only selectively disable the max width on the panel ui button just to limit scope of a change. Although you could ping someone more familiar with the browser frontend to double check.
Oh, and I assume that it's not a problem on m-c because the button is only being badged in devedition?
Updated•10 years ago
|
Assignee: nobody → zer0
Comment 5•10 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #4)
> (In reply to Matteo Ferretti [:matteo] [:zer0] from comment #3)
> > It's indeed a regression due the badged button class; the max-width for the
> > badged button icon is 16px (see:
> > mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.css#843)
> > where in Australis the icons seems to be 18px.
> > We could easily increase the size, but we got some issue in the past with
> > Australis and icons, so I want to double check why the width was added in
> > first place, and if we can maybe get rid of it.
>
> I noticed when disabling that rule that the loop icon also became a bit
> bigger, so it seems to be affecting other icons. Because of that I would
> say we should only selectively disable the max width on the panel ui button
> just to limit scope of a change. Although you could ping someone more
> familiar with the browser frontend to double check.
Note that the loop icon is also squashed because of this bug. There was bug 1099952 filed about that.
Reporter | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
This bug now affects Nightly as well.
status-firefox34:
--- → unaffected
status-firefox35:
--- → affected
status-firefox36:
--- → affected
Summary: Australis Panel UI icon is too small in Dev Edition → Australis Panel UI icon is too small on Nightly and Dev Edition
It's not only smaller, the shrinking is noticeably happening on startup.
Did something change on Nightly? The hamburger icon no longer appears squashed.
Reporter | ||
Comment 9•10 years ago
|
||
(In reply to Johan C from comment #8)
> Did something change on Nightly? The hamburger icon no longer appears
> squashed.
Matteo, you mentioned that this may be handled in another bug. Can you link to that bug and resolve this if necessary?
Flags: needinfo?(zer0)
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox37:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [devedition-polish] → [devedition-polish][fixed by bug 1088508]
Updated•10 years ago
|
Assignee: zer0 → paolo.mozmail
Target Milestone: --- → Firefox 37
Updated•10 years ago
|
Flags: needinfo?(zer0)
You need to log in
before you can comment on or make changes to this bug.
Description
•