Grouped By view breaks after reversing sort order and applying quick search
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr115? fixed, thunderbird120? affected)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr115+
|
Details | Review |
STR:
- Enter a folder and apply Grouped By Sort and sorted by date.
- Reverse the sort order by clicking on the date column header.
- Quick search for any term.
Expected results:
Messages containing the entered search term are displayed.
Actual results:
Nothing is displayed in the thread pane, even after leaving quick search. Only after selecting another folder and coming back, messages are shown again.
Error console contains
Uncaught NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMsgDBView.open]
_createView resource:///modules/DBViewWrapper.jsm:1153
_applyViewChanges resource:///modules/DBViewWrapper.jsm:1505
set userTerms resource:///modules/SearchSpec.jsm:313
updateSearch chrome://messenger/content/quickFilterBar.js:508
deferredUpdateSearch chrome://messenger/content/quickFilterBar.js:475
DBViewWrapper.jsm:1153
``
Assignee | ||
Comment 1•1 year ago
|
||
This seems to be caused by DBViewWrapper.magicSort
applying a secondarySortType
that nsMsgGroupView
cannot handle. See attached patch.
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/ecf34cefd7ef
Disregard secondary sort order for Grouped By views. r=darktrojan
Comment 4•1 year ago
|
||
good for 115?
I've seen support requests about this.
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Comment on attachment 9359593 [details]
Bug 1860322 - Disregard secondary sort order for Grouped By views. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 6•1 year ago
|
||
bugherder uplift |
Thunderbird 115.5.2:
https://hg.mozilla.org/releases/comm-esr115/rev/2c6c9b677fcc
Comment 7•1 year ago
|
||
backout bugherder uplift |
Backout Thunderbird 115.5.2:
https://hg.mozilla.org/releases/comm-esr115/rev/365ffd578743
Comment 8•1 year ago
|
||
This caused problems on esr115. A new patch is needed.
https://treeherder.mozilla.org/logviewer?job_id=439227183&repo=comm-esr115
Assignee | ||
Comment 9•1 year ago
|
||
Line 17 of the now backed out changeset removes
let outCount = {};
which my patch for comm-central does not.
Comment 10•1 year ago
|
||
my fault! thanks for checking. i will repush.
Comment 11•1 year ago
|
||
bugherder uplift |
Thunderbird 115.5.2:
https://hg.mozilla.org/releases/comm-esr115/rev/645d83496cba
Updated•1 year ago
|
Description
•