Closed
Bug 1259518
Opened 9 years ago
Closed 9 years ago
Toolkit loading throbber: new icon and new file name
Categories
(Thunderbird :: Theme, defect)
Thunderbird
Theme
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 48.0
People
(Reporter: stefanh, Assigned: Paenglab)
References
()
Details
Attachments
(2 files)
|
20.29 KB,
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
|
1.12 KB,
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
Bug 750054 changed the throbber icon and also the file name. I see that some files in mail/themes reference to toolkit's loading_16.png. See bug 1259202 for how it was fixed in SeaMonkey.
| Assignee | ||
Comment 1•9 years ago
|
||
For /im I rename from loading_16.png to loading.png. For /mail I use the mail throbbers which are the same (okay the Windows throbbers where green and I change them now to blue like global) but now we are independent from global.
Comment 2•9 years ago
|
||
Comment on attachment 8734510 [details] [diff] [review]
throbber.patch
Review of attachment 8734510 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8734510 -
Flags: review?(aleth) → review+
Updated•9 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 48.0
Comment 4•9 years ago
|
||
This doesn't seem to be working in the Thunderbird account manager on OS X. I don't see any throbber while the account is connecting.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•9 years ago
|
||
But probably bug 1256432 will fix this automagically for you ;)
Comment 6•9 years ago
|
||
(In reply to aleth [:aleth] from comment #5)
> But probably bug 1256432 will fix this automagically for you ;)
Hmm, no it won't. Doesn't touch that CSS.
| Assignee | ||
Comment 7•9 years ago
|
||
I missed the loading_16.png in imAccounts.css.
Attachment #8734988 -
Flags: review?(aleth)
Comment 8•9 years ago
|
||
Comment on attachment 8734988 [details] [diff] [review]
1259518.patch
Review of attachment 8734988 [details] [diff] [review]:
-----------------------------------------------------------------
::: mail/components/im/themes/imAccounts.css
@@ +227,3 @@
> }
> richlistitem[error="true"] .accountStateIcon {
> list-style-image: url("chrome://global/skin/icons/warning-16.png");
This one still exists?
Attachment #8734988 -
Flags: review?(aleth) → review+
| Reporter | ||
Comment 9•9 years ago
|
||
Note that toolkit/mozapps stuff (like update.xul) use the new icon, which we can't fix without jar.mn overrides (or using % style).
| Assignee | ||
Comment 10•9 years ago
|
||
(In reply to aleth [:aleth] from comment #8)
> Comment on attachment 8734988 [details] [diff] [review]
> 1259518.patch
>
> Review of attachment 8734988 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: mail/components/im/themes/imAccounts.css
> @@ +227,3 @@
> > }
> > richlistitem[error="true"] .accountStateIcon {
> > list-style-image: url("chrome://global/skin/icons/warning-16.png");
>
> This one still exists?
Yes, checked it when I made the first patch. I was also not sure it still exists.
Keywords: checkin-needed
Comment 11•9 years ago
|
||
https://hg.mozilla.org/comm-central/rev/98a45f92debf94600d606318da42ab77a3681733
Bug 1259518 - Rename the missed loading_16.png in imAccounts.css. r=aleth
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•