Changing sort in grouped-by unified folders doesn't work properly
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird126? affected)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce:
- Create a unified folder (threaded, sorted by date).
- Sort by correspondents.
- Sort by grouped-by-sort.
- Click on "Correspondents" to reverse the sort order.
Expected result:
Sort order is reversed, view keeps grouped-by-sort.
Actual result:
View reverts to unthreaded sorted by date, while the "Correspondents" headers keeps the sort indicator.
Assignee | ||
Comment 1•10 months ago
|
||
Comment 2•10 months ago
|
||
I am sorry that we find so many regressions which are caused by moving from columnType to columnId. I tried to do test-driven-development, and it looks like a lot of behavior was not properly tested before. Thanks for your work on this, Hartmut.
Assignee | ||
Comment 3•10 months ago
|
||
No worries, DBViewWrapper
is just a quite convoluted piece of code we need to untangle in my opinion. I'll see what I can do!
Assignee | ||
Comment 4•10 months ago
|
||
This fixes the following issues:
- Selecting Grouped By Sort in a unified folder doesn't work properly under certain circumstances.
- In a single-folder view with bySize as the secondary sort, selecting Grouped By Sort always uses byDate as the sort type.
- In a multi-folder view with bySize as the primary sort, selecting Grouped By Sort destroys the view.
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Updated•9 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/97d52c514471
Fix problems regarding Grouped By Sort views. r=john.bieling
Description
•