Convert to event/task missing from context menu
Categories
(Calendar :: General, defect, P3)
Tracking
(thunderbird_esr102 unaffected, thunderbird_esr115 fixed, thunderbird116 wontfix, thunderbird117 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird_esr115 | --- | fixed |
thunderbird116 | --- | wontfix |
thunderbird117 | --- | fixed |
People
(Reporter: mkmelin, Assigned: elijmitchell)
References
(Blocks 1 open bug, )
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
Convert to event/task is missing from the context menu. It is available on the More button though.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Will it return in the Message List > Message context menu at some point? When?
This is where it is the most practical to find and use.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
I can confirm that this is still an issue on v115.0b4, however the option in the "More" menu does currently work.
Old Related bugs:
https://bugzilla.mozilla.org/show_bug.cgi?id=1642580
https://bugzilla.mozilla.org/show_bug.cgi?id=1690900
I am more interessted in, is the Caldav bug Bug 1815849 or Bug 1776462 solved in this later Versions V1150b5?
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Instead of
+ // Show only if a message is actively selected in the DOM.
+ let showConvertMenu =
+ numSelectedMessages == 1 && !this.selectionIsOverridden;
+ showItem("mailContext-calendar-convert-menu", showConvertMenu);
why don't you use:
+ setSingleSelection(
+ "mailContext-calendar-convert-menu",
+ !this.selectionIsOverridden
+ );
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 10•2 years ago
|
||
Comment on attachment 9341929 [details]
Bug 1817705 - Add convert to event/task in mail context menu. r=aleca
[Approval Request Comment]
Regression caused by (bug #): N/A, changes from 102 to 115.
User impact if declined: Users used the context menu in 102 to convert an email to an event or task. This restores that functionality for 115+. Without this, users may complain that this feature is not present. It could interrupt their expected workflow.
Testing completed (on c-c, etc.): Tested on try-comm-central and locally.
Risk to taking this patch (and alternatives if risky): Low risk.
Assignee | ||
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Comment on attachment 9341929 [details]
Bug 1817705 - Add convert to event/task in mail context menu. r=aleca
[Triage Comment]
Approved for beta
Comment 12•2 years ago
|
||
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ee6ba98248ba
Add convert to event/task in mail context menu. r=aleca
Assignee | ||
Updated•2 years ago
|
Comment 13•2 years ago
|
||
bugherder uplift |
Thunderbird 117.0b5:
https://hg.mozilla.org/releases/comm-beta/rev/ecf93773487a
Comment 14•2 years ago
|
||
Comment on attachment 9341929 [details]
Bug 1817705 - Add convert to event/task in mail context menu. r=aleca
[Triage Comment]
Approved for esr115
Comment 15•2 years ago
|
||
bugherder uplift |
Thunderbird 115.2.0:
https://hg.mozilla.org/releases/comm-esr115/rev/e7042ac3cf41
Description
•