Closed
Bug 294534
Opened 20 years ago
Closed 19 years ago
Search result columns do not show sort order arrow indicators
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mnyromyr, Assigned: neil)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file, 1 obsolete file)
2.34 KB,
patch
|
mscott
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
[current trunk build of about yesterday]
When searching the messages, the results are displayed in a threadtree below the
search terms, but the column headers do not show the sort order indicators...
Comment 1•20 years ago
|
||
I'm pretty sure I've seen this reported before, but I can't locate the bug.
It's true in the suite (trunk and 1.7.7) and in TB (trunk and 1.0.2).
Severity: normal → minor
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
Bug 248787, Bug 285224 related?
Reporter | ||
Comment 3•20 years ago
|
||
Maybe, since the same overlay is involved. But those bugs are about the main window and disappearing indicators, this bug is about the search window never having shown them...
Comment 4•19 years ago
|
||
(In reply to mcow comment #1)
> I'm pretty sure I've seen this reported before, but I can't locate the bug.
> It's true in the suite (trunk and 1.7.7) and in TB (trunk and 1.0.2).
was supposedly fixed by Bug 240491 in 2004. so is this a regression? (Is this the bug you were looking for?)
might also be a problem with themes, eg Bug 58058, but I don't think so.
Summary: Search result columns do not show sort order indicators → Search result columns do not show sort order arrow indicators
Comment 5•19 years ago
|
||
(In reply to comment #4)
> (In reply to mcow comment #1)
> > I'm pretty sure I've seen this reported before, but I can't locate the bug.
> > It's true in the suite (trunk and 1.7.7) and in TB (trunk and 1.0.2).
>
> was supposedly fixed by Bug 240491 in 2004. so is this a regression?
> (Is this the bug you were looking for?)
Yes, I think that's the bug I meant. Adding Neil to CC list, since he fixed 240491, altho I don't have an installed build from ~2004, so I can't answer the regression question.
Assignee | ||
Comment 6•19 years ago
|
||
I don't think I have to worry about groupedBySortUsingDummyRow() since search views are never threaded or grouped, right?
Assignee: mail → neil
Status: NEW → ASSIGNED
Attachment #215935 -
Flags: superreview?(bienvenu)
Attachment #215935 -
Flags: review?(mnyromyr)
Comment 7•19 years ago
|
||
if we're talking about advanced search (as opposed to quick search or a single folder virtual folder), then yes, you're right, they can't currently be grouped/threaded. But quick search results and single folder virtual folders can be threaded.
Comment 8•19 years ago
|
||
Comment on attachment 215935 [details] [diff] [review]
Fix regression from bug 256688
does that affect your patch? search results can't be grouped (yet) but they can be threaded if you were threaded before you did your quick search.
Assignee | ||
Comment 9•19 years ago
|
||
No, this patch (and, I hope, bug!) is specific to advanced search.
Updated•19 years ago
|
Attachment #215935 -
Flags: superreview?(bienvenu) → superreview+
Reporter | ||
Comment 10•19 years ago
|
||
Comment on attachment 215935 [details] [diff] [review]
Fix regression from bug 256688
>Index: threadPane.js
>===================================================================
>+ // persist the sort settings
>+ dbview.saveSortInfo();
This function doesn't exist, but without these two lines the patch works as intended.
r=me without those two lines.
Attachment #215935 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Comment 11•19 years ago
|
||
Attachment #215935 -
Attachment is obsolete: true
Attachment #216152 -
Flags: approval-branch-1.8.1?(mscott)
Assignee | ||
Comment 12•19 years ago
|
||
Fix checked in to the trunk.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Attachment #216152 -
Flags: approval-branch-1.8.1?(mscott) → approval-branch-1.8.1+
Component: MailNews: Search → MailNews: Message Display
QA Contact: search
You need to log in
before you can comment on or make changes to this bug.
Description
•