Closed Bug 1866819 Opened 10 months ago Closed 9 months ago

Triggering the reply command when viewing a collapsed thread causes a composer to open for every message in the thread, with mail.operate_on_msgs_in_collapsed_threads set to true

Categories

(Thunderbird :: Folder and Message Lists, defect, P2)

Thunderbird 115

Tracking

(thunderbird_esr115? fixed, thunderbird121? fixed)

RESOLVED FIXED
122 Branch
Tracking Status
thunderbird_esr115 ? fixed
thunderbird121 ? fixed

People

(Reporter: babolivier, Assigned: welpy-cw)

References

(Regression)

Details

(Keywords: regression, triaged)

Attachments

(1 file)

Split out of bug 1866660

When attempting to reply on a collapsed thread (e.g. hitting the Ctrl/Cmd+R shortcut), a new composer opens with a reply for every single message in the thread.

This issue is due to how we enable the reply command. In 102 and prior, we make a specific exception for collapsed threads here - see bug 500216. Since then, the 3-pane view has been reworked, with bug 1735119 re-adding commands such as reply to the new code, although the reply command then was limited to selections of 1 message. Then bug 1855065 re-introduced the ability to reply to several messages at once but didn't implement the special case for collapsed threads.

Therefore we need to reintroduce a check around here to prevent some actions to be run when the selection is a collapsed thread (while still allowing them when selecting several individual messages).

Severity: -- → S3
Keywords: regression, triaged
OS: Unspecified → All
Priority: -- → P2
Regressed by: 1855065
Hardware: Unspecified → All
Version: unspecified → Thunderbird 115
Assignee: nobody → h.w.forms
Status: NEW → ASSIGNED
Target Milestone: --- → 122 Branch

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/05db9de7af25
Disable reply, forward, etc. for collapsed threads. r=aleca

Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED

Comment on attachment 9365742 [details]
Bug 1866819 - Disable reply, forward, etc. for collapsed threads. r=#thunderbird-front-end-reviewers

[Approval Request Comment]
Risk to taking this patch (and alternatives if risky): Low

Attachment #9365742 - Flags: approval-comm-beta?

Comment on attachment 9365742 [details]
Bug 1866819 - Disable reply, forward, etc. for collapsed threads. r=#thunderbird-front-end-reviewers

[Triage Comment]
Approved for beta

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

Comment on attachment 9365742 [details]
Bug 1866819 - Disable reply, forward, etc. for collapsed threads. r=#thunderbird-front-end-reviewers

[Approval Request Comment]
Testing completed (on c-c, etc.): c-c and beta
Risk to taking this patch (and alternatives if risky): low

Attachment #9365742 - Flags: approval-comm-esr115?
Summary: Triggering the reply command when viewing a collapsed thread causes a composer to open for every message in the thread → Triggering the reply command when viewing a collapsed thread causes a composer to open for every message in the thread, with mail.operate_on_msgs_in_collapsed_threads set to true

Comment on attachment 9365742 [details]
Bug 1866819 - Disable reply, forward, etc. for collapsed threads. r=#thunderbird-front-end-reviewers

[Triage Comment]
Approved for esr115.
115.6.1 will likely ship the week of Jan 8.

Attachment #9365742 - 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: