Closed
Bug 199477
Opened 22 years ago
Closed 22 years ago
Thread sorting isn't always ascending when coming from flat sort
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 199217
People
(Reporter: ch.ey, Assigned: sspitzer)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.4a) Gecko/20030323
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.4a) Gecko/20030323
As every sorting, thread sorting should be ascending when the user comes from
sorting by another column.
But it isn't. The current code just restores the previous thread sorting view if
any and thus keeps its sorting order.
MsgSortThreadPane() and MsgReverseSortThreadPane() ff. in threadPane.js rely on
nsMsgThreadedDBView::Sort() doing what they command.
Reproducible: Always
Steps to Reproduce:
1. Sort by thread
2. Sort by anything other (e.g. date)
3. Sort by thread
Actual Results:
Thread sorting is only ascending if it was ascending before switching to sorting
by other column.
Expected Results:
Thread sorting is always ascending.
Current code blocks bug 195832. Sorting indicated by new icon doesn't always
correspond to real sorting order.
| Reporter | ||
Comment 1•22 years ago
|
||
Ok, duping this to bug 199217 because both problems are related closely.
*** This bug has been marked as a duplicate of 199217 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•