Open
Bug 580517
Opened 15 years ago
Updated 3 years ago
Firefox logo is distorted in the Add-ons Manager Firefox Update - "Checking Compatibility of Add-ons" window
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: KenSaunders, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 WebSlideShow/1.4.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 WebSlideShow/1.4.0
Windows Vista, the Firefox logo is compressed horizontally (sort of egg shaped) in the "Checking Compatibility of Add-ons" window visible during a Firefox update.
Reproducible: Always
Steps to Reproduce:
1. View the "Checking Compatibility of Add-ons" window during a (Windows) Firefox update
Actual Results:
Distorted Firefox logo
Expected Results:
Properly proportioned Firefox logo
View the attachment
Reporter | ||
Comment 1•15 years ago
|
||
![]() |
||
Updated•15 years ago
|
Component: Installer → Application Update
Product: Firefox → Toolkit
QA Contact: installer → application.update
Version: unspecified → 1.9.2 Branch
![]() |
||
Comment 2•15 years ago
|
||
bah... app update doesn't have the Firefox logo in the UI... that is the add-ons manager incompatible update wizard so moving over to add-ons manager.
The entire UI is less wide than normal including the Windows native control for closing the window. I suspect your screen resolution is the cause and that all of your windows are less wide than normal.
Component: Application Update → Add-ons Manager
QA Contact: application.update → add-ons.manager
Reporter | ||
Comment 3•15 years ago
|
||
Ok, thanks for moving it to the right place and for the good eye.
My screen res is 1900x1200, but, my font size DPI is 142.
Would that cause the distortion?
I haven't seen this in any other app (including Thunderbird) or in any other situation.
![]() |
||
Comment 4•15 years ago
|
||
I suspect that you might see it with the windows installer. Try starting the installer and only clicking next once. That page of the installer also has the logo. Please take a screenshot of it, cancel the installer, and attach it to the bug.
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.7/win32/en-US/Firefox%20Setup%203.6.7.exe
Reporter | ||
Comment 5•15 years ago
|
||
![]() |
||
Comment 6•15 years ago
|
||
That does look better than the first screenshot so I suspect something is causing the add-ons incompatibility wizard to distort it.
Reporter | ||
Comment 7•15 years ago
|
||
Would you happen to know the path or folder within the exe for the update wizard's background? Or is there much more to it than just a slim chance that the background image is actually distorted and comes shipped that way?
I'm assuming that a visible wizard has been done away with in Firefox 4 because I just get the about:addons page listing the disabled add-ons.
That distorted logo is visible in the wizard for 3.5, and 3.6 but not the installer as you can see by the attachment.
I'll gladly continue to dig around (if need be) with your guidance.
Comment 8•15 years ago
|
||
I suspect that the high DPI setting is just expanding the header larger than we expect and that is stretching the image. This is actually something in the default widget implementation, not something we are doing in the add-ons code.
![]() |
||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> I suspect that the high DPI setting is just expanding the header larger than we
> expect and that is stretching the image. This is actually something in the
> default widget implementation, not something we are doing in the add-ons code.
Agreed...
(In reply to comment #7)
> Would you happen to know the path or folder within the exe for the update
> wizard's background? Or is there much more to it than just a slim chance that
> the background image is actually distorted and comes shipped that way?
You can copy the following into the urlbar to see it.
chrome://branding/content/icon48.png
![]() |
||
Comment 10•15 years ago
|
||
btw: it probably won't be too hard to enforce a width and height that is the same for the image when this happens.
Component: Add-ons Manager → XUL Widgets
QA Contact: add-ons.manager → xul.widgets
Comment 11•15 years ago
|
||
(In reply to comment #10)
> btw: it probably won't be too hard to enforce a width and height that is the
> same for the image when this happens.
It's probably just as easy as setting align="start" on the hbox, it is probably defaulting to "stretch".
![]() |
||
Comment 12•15 years ago
|
||
true... if I have some time over a future weekend (unlikely to be honest) I'll try to knock this out but anyone wanting to take this bug should feel free.
Reporter | ||
Comment 13•15 years ago
|
||
Reporter | ||
Comment 14•15 years ago
|
||
I tried the default 96 DPI setting and the logo in the wizard displayed properly.
I could have fit a bus, or a small island on my screen at that setting, but I could barely see what I was doing.
Updated•14 years ago
|
Severity: normal → minor
![]() |
||
Updated•9 years ago
|
Summary: Firefox logo is distorted in the Firefox Update - "Checking Compatibility of Add-ons" window → Firefox logo is distorted in the Add-ons Manager Firefox Update - "Checking Compatibility of Add-ons" window
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•