Envelope / Mail folder icon below Menu Bar changes to an Adobe icon
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird92 fixed)
People
(Reporter: thee.chicago.wolf, Assigned: darktrojan)
References
(Regression)
Details
Attachments
(3 files)
(deleted),
message/rfc822
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
I received an email from Adobe and when I clicked on it, I noticed that the envelope icon that normally appears to the left on the tab which shows what current folder is selected (in my case, Inbox) tuns into an Adobe icon. It stays as an Adobe icon instead of an envelope icon even if I read other emails in my Inbox. The only way to change it back to an envelope icon is to click on another folder.
STR:
I attached the offending email as an .eml file. Hope it repros for you.
Reporter | ||
Comment 1•3 years ago
|
||
Here's a screenshot of what I am talking about.
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
That's cheeky. I know what caused this, I think.
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/0451e8964a5a
Only use icons from content in content tabs. r=mkmelin
Assignee | ||
Updated•3 years ago
|
The string is "contentTab".
Issue the following and make sure it sets a tab favicon:
openContentTab("https://hacks.mozilla.org/2019/03/firefox-66-the-sound-of-silence/", "tab")
.
Also, why wouldn't you implement the browser LinkHandlerParent exactly instead of the halfway thing in mail; isn't it a laudable goal to get rid of the tabmail stuff (setting busy eg) as much as possible eventually in favor of a real tab infrastructure? Isn't every tab going to be a contentTab (answer should be yes).
Assignee | ||
Comment 7•3 years ago
|
||
(In reply to alta88 from comment #6)
The string is "contentTab".
Damn. So it is.
Also, why wouldn't you implement the browser LinkHandlerParent exactly instead of the halfway thing in mail; isn't it a laudable goal to get rid of the tabmail stuff (setting busy eg) as much as possible eventually in favor of a real tab infrastructure? Isn't every tab going to be a contentTab (answer should be yes).
Maybe at some point. Right now I'm here to fix a bug.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/afa4105ab047
follow-up - Use the right string value. rs=me
Assignee | ||
Comment 10•3 years ago
|
||
Comment on attachment 9235724 [details]
Bug 1724753 - Only use icons from content in content tabs. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 1721272
User impact if declined: content of email messages can change the 3-pane tab icon
Testing completed (on c-c, etc.): landed a broken patch last week, added a fix the next day (there are two changes to uplift)
Risk to taking this patch (and alternatives if risky): minor
Assignee | ||
Comment 11•3 years ago
|
||
(In reply to Uplift Request from comment #9)
Please request 92 (and later 91) uplift.
Please stop doing that. I am capable of making my own decisions about patches being uplifted.
Comment 12•3 years ago
|
||
Very well. Can you suggest a system to reliably make sure that uplifts happen for all other developers? For example, bug 1722097 and bug 1706918 didn't even have a target milestone set, not to mention status flags. Backport apparently forgotten in bug 1719265 and bug 1633792 and likely a few more.
Comment 13•3 years ago
|
||
Comment on attachment 9235724 [details]
Bug 1724753 - Only use icons from content in content tabs. r=mkmelin
[Triage Comment]
Approved for beta
Comment 14•3 years ago
|
||
bugherder uplift |
Updated•3 years ago
|
Assignee | ||
Comment 15•3 years ago
|
||
Comment on attachment 9235724 [details]
Bug 1724753 - Only use icons from content in content tabs. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 1721272
User impact if declined: content of email messages can change the 3-pane tab icon
Testing completed (on c-c, etc.): in 92.0b2
Risk to taking this patch (and alternatives if risky): minor
(two patches, because I am an idiot)
Comment 16•3 years ago
|
||
Comment on attachment 9235724 [details]
Bug 1724753 - Only use icons from content in content tabs. r=mkmelin
[Triage Comment]
Approved for esr91
Comment 17•3 years ago
|
||
bugherder uplift |
Description
•