Closed Bug 1851975 Opened 2 years ago Closed 1 years ago

Open thread in Conversation panel does not remember sorting preferences

Categories

(Thunderbird :: Folder and Message Lists, defect)

Thunderbird 115
defect

Tracking

(thunderbird_esr115 wontfix, thunderbird123 wontfix)

RESOLVED FIXED
124 Branch
Tracking Status
thunderbird_esr115 --- wontfix
thunderbird123 --- wontfix

People

(Reporter: nicolamori, Assigned: welpy-cw)

References

Details

(Keywords: regression)

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0

Steps to reproduce:

I open a thread in conversation, define a sort criterion, the close the conversation panel and then open it again

Actual results:

When I set the sorting criterion it works fine, but after re-opening the panel my criterion is lost and the default one is used to sort messages

Expected results:

The conversation panel should remember the last sort setting and apply it when I open a message in conversation.

Did it "work" in version 102?

Flags: needinfo?(nicolamori)

Yes it worked in version 102, it is broken since version 115.

Flags: needinfo?(nicolamori)

Nicola,
IIRC this was fixed. Is it work for you now?

Flags: needinfo?(nicolamori)
Component: Untriaged → Folder and Message Lists
Keywords: regression
Summary: Conversation panel does not remember sorting preferences → Open thread in Conversation panel does not remember sorting preferences
Duplicate of this bug: 1854476

No, the problem is still present in Thunderbird 115.7.0. No matter what visualization preferences I set, the next time I open a conversation it is displayed as threaded and ordered by date with older first. This happens also in safe mode.

Flags: needinfo?(nicolamori)

While the state of the columns is persisted, the sort type and order are not. The following patch tries to improve the situation by at least applying the default settings as defined in the preferences, so changing mailnews.default_sort_type and mailnews.default_sort_order in the config editor would have an effect on conversation views as well (as mailnews.default_view_flags already has).

Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true

The default sort order and type for synthetic views such as conversations are hard coded. Use
the mailnews.default_sort_order and mailnews.default_sort_type preferences instead.

This patch also restores the missing sort indicator when a synthetic view is opened.

Assignee: nobody → h.w.forms
Status: NEW → ASSIGNED
Target Milestone: --- → 124 Branch

Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/28cc2922f0ce
Get default sort for synthetic views from preferences. r=mkmelin

Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED

comm/mail/base/test/browser/browser_mailContext.js is failing. Will back out.

Pushed by solange@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/17239bec4e1c
Get default sort for synthetic views from preferences. r=mkmelin

Status: REOPENED → RESOLVED
Closed: 2 years ago1 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: