Closed Bug 1855843 Opened 9 months ago Closed 8 months ago

Conversations' users can't convert a message to an event or task

Categories

(Thunderbird :: Message Reader UI, defect)

defect

Tracking

(thunderbird_esr115 fixed, thunderbird119 fixed)

RESOLVED FIXED
120 Branch
Tracking Status
thunderbird_esr115 --- fixed
thunderbird119 --- fixed

People

(Reporter: standard8, Assigned: standard8)

Details

Attachments

(1 file)

STR

  1. Install the Conversations add-on.
  2. Select a message
  3. Right-click the message and select "Convert To" -> "Event" (or "Task").

Expected Results

A new window is opened for a new event or task as selected.

Actual Results

Nothing happens.

The issue is that extractFromEmail assume that it knows what is happening with the message display and assumes that the normal display mechanisms exist.

For Conversations, that isn't true, since Conversations uses the multi-message pane browser.

Given that these are context menu items, we should primarily be using the message that's actually selected in the message list (although it doesn't matter too much in this case, it is better overall, and would allow Convert To in the context menu to work when right-clicking on non-selected messages).

Using the selected message in the message list is more reliable, especially as this is a context menu event.
Unfortuantely, we have to take account of other cases as well, and the message selection.

Status: NEW → ASSIGNED

Is this ready to commit?

Sorry, I see now that the discussion is ongoing in phabricator. Apologies for the added noise.

Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/6f95b32bb164
Allow message conversion to event or a task work with the message selected in the message list. r=freaktechnik

Status: ASSIGNED → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch

Comment on attachment 9355714 [details]
Bug 1855843 - Allow message conversion to event or a task work with the message selected in the message list. r?#thunderbird-reviewers!

[Approval Request Comment]
Regression caused by (bug #): supernova
User impact if declined: users of Thunderbird conversations can't use convert to event/task
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): fairly safe

Attachment #9355714 - Flags: approval-comm-esr115?
Attachment #9355714 - Flags: approval-comm-beta?

Comment on attachment 9355714 [details]
Bug 1855843 - Allow message conversion to event or a task work with the message selected in the message list. r?#thunderbird-reviewers!

[Triage Comment]
Approved for beta

Attachment #9355714 - Flags: approval-comm-beta? → approval-comm-beta+

Comment on attachment 9355714 [details]
Bug 1855843 - Allow message conversion to event or a task work with the message selected in the message list. r?#thunderbird-reviewers!

[Triage Comment]
Approved for esr115

Attachment #9355714 - Flags: approval-comm-esr115? → approval-comm-esr115+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: