Closed
Bug 171965
Opened 23 years ago
Closed 23 years ago
Thread pane not getting invalidated when changing sort order
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: naving)
Details
Attachments
(1 file)
|
1.87 KB,
patch
|
cavin
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
I noticed this while testing mail views, but the problem is really in the new
quick search view class I think.
1) Enter some criteria in the quick search bar that will generate multiple
search results
2) Try changing a sort on the results. Change ascending vs. descending, or
choose a different sort criteria.
Notice that the results don't change to match the new sort order.
However, if you just make the window repaint, the correct list is shown. We just
aren't invalidating the view after a sort is performed when inside of a quick
search view. Anything that forces a repaint makes the results show up in the
correct order.
| Assignee | ||
Comment 1•23 years ago
|
||
The fix is to override Sort for quickSearch so that we can invalidate the tree
when the sort is done.
| Assignee | ||
Comment 2•23 years ago
|
||
Cavin, Scott, can you do the reviews ? thx.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 3•23 years ago
|
||
Comment on attachment 101293 [details] [diff] [review]
proposed fix
sr=mscott
Thanks for the quick turn around on this fix.
Attachment #101293 -
Flags: superreview+
Comment 4•23 years ago
|
||
Comment on attachment 101293 [details] [diff] [review]
proposed fix
r=cavin.
Attachment #101293 -
Flags: review+
| Assignee | ||
Comment 5•23 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•