Commands (shortcuts) do not work in regular messageDisplay windows any more
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird_esr102+ fixed, thunderbird105 wontfix, thunderbird106 fixed)
People
(Reporter: TbSync, Assigned: TbSync)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr102+
|
Details | Review |
STR by max (Bug 1644038 Comment 20):
Problem: Function passed to browser.commands.onCommand.addListener
is not invoked when focused window has messageDisplay or messageCompose type.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
•
|
||
It is not regressed by bug 1644038. I can reproduce the reported bug in Daily where that bug has not landed yet.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
ESR102 is affected as well, when the activeTab
permission is requested.
Upstream code at m-c removed a check for that permission and now a certain piece of code is executed for all extensions and not only for those requesting the activeTab
permission and that code dies on us - I assume since forever.
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
•
|
||
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/c2fe7afcf7be
Return activeTab for non-mail windows as well. r=aleca
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
Comment on attachment 9291509 [details]
Bug 1787033 - Return activeTab for non-mail windows as well. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): -
User impact if declined: We do not return the correct active tab for non-mail windows.
Testing completed (on c-c, etc.): On BETA for 2 month.
Risk to taking this patch (and alternatives if risky): Minimal change, should be low.
Comment 7•3 years ago
|
||
Comment on attachment 9291509 [details]
Bug 1787033 - Return activeTab for non-mail windows as well. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr102
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 102.3.3:
https://hg.mozilla.org/releases/comm-esr102/rev/82fafd671e4e
Description
•