Closed
Bug 266295
Opened 21 years ago
Closed 20 years ago
Thunderbird default skin throbber should match Firefox default skin throbber
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: dmd, Assigned: mscott)
References
Details
Attachments
(1 file)
|
8.71 KB,
application/octet-stream
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041019 Firefox/0.10.1
Build Identifier: Thunderbird version 0.8 (20041019)
Niggling design issue: the thunderbird throbber is somewhat ugly - it consists
of the circle of dots, with the dots growing and shrinking. That doesn't render
well - it looks a bit unprofessional.
The Firefox throbber (same thing, but dots remain a fixed size, and change from
grayed to black) is much nicer.
Aesthetic issues aside, the two should match. I think Thunderbird should take
Firefox's.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Updated•21 years ago
|
OS: Windows XP → All
Comment 1•21 years ago
|
||
*** Bug 217672 has been marked as a duplicate of this bug. ***
Comment 2•21 years ago
|
||
decompress qute.jar, decompress this zip file into the qute directory to patch
the skin. should replace the following:
skin\classic\communicator\communicator.css
skin\classic\global\icons\Loading.gif
skin\classic\messenger\icons\throbber.gif
skin\classic\messenger\icons\throbber.png
skin\classic\messenger\icons\throbber-small.gif
skin\classic\messenger\icons\throbber-small.png
Comment 3•21 years ago
|
||
proposed patch (attached above) fixes two issues: replaces thunderbird throbber
with icons from firefox qute skin, and forces thunderbird to respect small icons
for throbber. default tb skin did not change throbber size when small icons were
requested for a toolbar. i just used the same css in communicator.css that ff
uses to switch between small and large throbber.
Loading.gif is not actually used in this patch; the offset for the image did not
match throbber.png so there was a jump when switching between busy/not busy. new
communcator.css calls the throbber.gif from messenger\icons instead of global.
the only thing that remains to be fixed is that this patch does not force the
throbber to become small when placed in a text-only toolbar. if the throbber is
moved to the top text-only menu toolbar (default location for throbber in
firefox) it remains large; would be nice for it to auto-become small in this
instance.
Comment 4•21 years ago
|
||
This seems to be just a skin issue. Marking as dependent on bug 267850 (toolbar
image inconsistency between Firefox and Thunderbird). Fixing 267850 should
resolve this bug as well.
Depends on: 267850
Comment 5•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 6•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•