Closed
Bug 1138050
Opened 10 years ago
Closed 10 years ago
Jetpack action/toggle buttons + Linux + Firefox 36+: wrong icon sizes on toolbars
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aris-addons, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150223185154
Steps to reproduce:
This bug only occurs on Linux. Windows and MacOSX are fine!
Firefox 36-39: install a Jetpack add-on like Self Destructing Cookies
https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/
or the Australis ui demo (provided on AMO) and attached here.
Move the button to menubar, bookmarks toolbar or a toolbar provided by third party add-ons.
Navigation toolbar and tabs toolbar are not affected by this issue.
Actual results:
Icon size growth to 32x32 px instead of being max. 18 px.
http://i.imgur.com/gXRXlBK.png
Expected results:
Icon size should no extend 18 px on any toolbar.
Temporal fix
toolbar:not(#nav-bar):not(#TabsToolbar) toolbarbutton[id^="action-button-"] .toolbarbutton-icon,
toolbar:not(#nav-bar):not(#TabsToolbar) toolbarbutton[id^="toggle-button-"] .toolbarbutton-icon {
max-width:18px !important;
}
I have this problem in Firefox 36, on Manjaro (Arch) Linux, x86_64.
If I put the icon for self-destructing cookies in the add-on bar, it becomes nearly twice the height of the other icons and the add-on bar height adjusts to this larger size. If I put the icon in the navigation bar, it is constrained to the size of the navigation bar and other icons.
Comment 3•10 years ago
|
||
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID 20160104030217
This works for me on Nightly 46. I used the Self Destructing Cookies icon, and it renders correctly on menubar, bookmarks toolbar and a toolbar provided by third party add-ons.
Could you check if it's still reproducing for you on latest Nightly version (currently 46 - https://nightly.mozilla.org/)?
Flags: needinfo?(aris-addons)
This bug is fixed here too.
The "fix" was part of Firefox 40 changes, if I remember correctly.
Flags: needinfo?(aris-addons)
Comment 5•10 years ago
|
||
Thank you for your response.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•