Open thread in Conversation panel does not remember sorting preferences
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(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.
Reporter | ||
Comment 2•2 years ago
|
||
Yes it worked in version 102, it is broken since version 115.
Comment 3•2 years ago
|
||
Nicola,
IIRC this was fixed. Is it work for you now?
Updated•2 years ago
|
Reporter | ||
Comment 5•2 years ago
|
||
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.
Assignee | ||
Comment 6•2 years ago
|
||
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).
Assignee | ||
Comment 7•2 years ago
|
||
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.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/28cc2922f0ce
Get default sort for synthetic views from preferences. r=mkmelin
Comment 9•1 years ago
|
||
comm/mail/base/test/browser/browser_mailContext.js is failing. Will back out.
Comment 10•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Comment 11•1 years ago
|
||
Pushed by solange@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/17239bec4e1c
Get default sort for synthetic views from preferences. r=mkmelin
Assignee | ||
Updated•1 year ago
|
Description
•