Applying Grouped By view directly after reversing sort order is broken
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr115? fixed)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr115+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1860322 +++
Steps to reproduce:
- Enter a folder and "Sort by" "Threaded" or "Unthreaded".
- Reverse the sort order by clicking on the column header.
- Enable "Sort by" "Grouped by Sort".
Expected results:
Messages should appear grouped under the various dummy rows.
Actual results:
Messages are grouped incorrectly, sometimes messages appear without a dummy row above them.
| Assignee | ||
Comment 1•2 years ago
|
||
The fix for bug 1860322 prevents a Grouped By view from being created with an invalid sort type.
This disables resorting of the view immediately afterwards, which is unnecessary and upsets the
view under certain circumstances.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/dc015312a231
Skip applying additional sort order after creating a Grouped By view. r=mkmelin
| Assignee | ||
Comment 3•2 years ago
|
||
Comment on attachment 9367483 [details]
Bug 1868794 - Skip applying additional sort order after creating a Grouped By view. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): This does not seem to have ever worked before (at least not in 102).
User impact if declined: Grouped view appearing broken under certain circumstances.
Testing completed (on c-c, etc.): c-c and beta
Risk to taking this patch (and alternatives if risky): very low
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Comment on attachment 9367483 [details]
Bug 1868794 - Skip applying additional sort order after creating a Grouped By view. r=mkmelin
[Triage Comment]
Approved for esr115
Comment 5•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 115.6.1:
https://hg.mozilla.org/releases/comm-esr115/rev/4b23dacc673d
Description
•