Closed
Bug 264941
Opened 20 years ago
Closed 18 years ago
View -> Threads -> "Threads with Unread" changes sorting to "Order Received"
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: mfedyk, Assigned: mcow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mscott
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: version 0.8 (20040913)
Workaround:
1. Sort by Date
2. View -> Threads -> "Watched Threads with Unread"
3. Sorting is now "Order Received" in View -> Sort By
4. View -> Sort By -> Date
Reproducible: Always
Steps to Reproduce:
1. Sort by Date
2a. View -> Threads -> "Threads with Unread"
2b. View -> Threads -> "Watched Threads with Unread"
3. Sorting is now "Order Received" in View -> Sort By
Actual Results:
Sorting is changed.
Expected Results:
Sorting should not be changed.
Assignee | ||
Comment 1•20 years ago
|
||
xref bug 219787
The preference cited in that bug has no effect on this bug's behavior, tho.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•19 years ago
|
||
Still a problem with Thunderbird 1.5 (20051201).
Assignee | ||
Comment 3•18 years ago
|
||
I fixed a bunch of whitespace foo here, added a few comments, and also reordered the switch clauses to put "All" at the top of the list. The only substantive change is to preserve the sort order (oldSortType) for the "WithUnread" thread-view types.
Works great. The patched code will drop right into Seamonkey's version of this method, altho SM has an extra bit of code at the end of the method, which doesn't need to change -- beginning with the comment:
// this is to kick off cross-folder searches for virtual folders.
at
http://lxr.mozilla.org/seamonkey/source/mailnews/base/resources/content/commandglue.js#432
I don't know why that's there, or why TB doesn't have the same thing.
Attachment #254547 -
Flags: review?(neil)
Assignee | ||
Comment 4•18 years ago
|
||
This is better because the whitespace fixes are included.
(Previous version was -uw)
Attachment #254547 -
Attachment is obsolete: true
Attachment #254547 -
Flags: review?(neil)
Assignee | ||
Updated•18 years ago
|
Attachment #254547 -
Attachment filename: 264941.dif → 264941w.dif
Assignee | ||
Updated•18 years ago
|
Attachment #254552 -
Flags: superreview?(neil)
Comment 5•18 years ago
|
||
Comment on attachment 254552 [details] [diff] [review]
diff -u
Looks good to me.
>+ CreateDBView(msgWindow.openFolder, nsMsgViewType.eShowAllThreads, viewFlags,
>+ oldSortType, oldSortOrder );
Might as well kill that space before the );
Updated•18 years ago
|
Attachment #254552 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 6•18 years ago
|
||
Comment on attachment 254552 [details] [diff] [review]
diff -u
Oh -- I'd intended to ask Neil for R instead of SR.
Yeah, that space should come out as well.
Attachment #254552 -
Flags: review?(mscott)
Comment 8•18 years ago
|
||
Comment on attachment 254552 [details] [diff] [review]
diff -u
looks good. you might be able to get gavin, magnus or Phil to land this for you.
Attachment #254552 -
Flags: review?(mscott) → review+
Assignee | ||
Updated•18 years ago
|
Whiteboard: [checkin needed]
Updated•18 years ago
|
Assignee: mscott → mcow
Whiteboard: [checkin needed]
Target Milestone: --- → Thunderbird 3
Version: unspecified → Trunk
Comment 9•18 years ago
|
||
mozilla/mail/base/content/commandglue.js 1.78
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•