Closed
Bug 1376867
Opened 7 years ago
Closed 7 years ago
Extension icons are not scaled properly if they are not provided in perfect dimensions in the overflow panel
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1367370
People
(Reporter: freaktechnik, Unassigned)
Details
Attachments
(1 file)
461.30 KB,
image/png
|
Details |
Steps to reproduce:
- install an extension providing a browserAction icon bigger than 16x16px with 1x display scaling (not sure this applies to hiDPI displays). Example: https://addons.mozilla.org/en-US/firefox/addon/smart-https
- Move its browserAction manually into the overflow panel
Expected result:
Icon is displayed undistorted
Actual results:
Icon is limited in width to 16px, but gets a 32px height.
The issue seems to be the constrain-size="true" attribute on the toolbar button and associated styles, see also the attached screenshot.
Reporter | ||
Comment 1•7 years ago
|
||
Actually, it seems to happen with all extensions that provide bitmap icons, probably with bigger sizes but not with SVG icons.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•