Closed
Bug 378576
Opened 18 years ago
Closed 1 year ago
Row invalidation problems with Messages sorted or grouped by date when passing midnight
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
125 Branch
People
(Reporter: michael.letzgus, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Version 2.0.0.0 (20070326)
When Messages are sorted and groupd by date they are displayed in categories labeled "today", "yesterday", "last week"... - this is fine.
But when passing midnight these labels become strange:
The "today"-category is now labeld with the subject of the first mail retrieved after midnight!
Only restarting Thunderbird or selecting an other mail folder helps.
Reproducible: Sometimes
Steps to Reproduce:
1. Leave Thunderbird running with mails sorted and groupd by date
2. Watch your inbox and wait until midnight
3. Continue watching yout inbox an wait for incoming mail
Actual Results:
Labels are screwed up: "<subject of first retrived mail>", "yesterday", "last week"...
Expected Results:
Lables should be correct: "today", "yesterday", "last week"...
Reporter | ||
Updated•18 years ago
|
Version: unspecified → 2.0
Updated•17 years ago
|
Assignee: mscott → nobody
Comment 2•15 years ago
|
||
This should be checked if still occuring after fix for bug 517467 will land
today
Depends on: 517467
Comment 3•15 years ago
|
||
Unfortunately, we don't properly refresh the FolderView when midnight passes. The right data seems to be there, but message list display updates only those message rows that the user happens to hover over, resulting in chaos on the display. If the user doesn't hover over, we do nothing, and yesterday's messages are still shown as today's. Both bad.
Similar to Bug 497643 - With View > Grouped by Sort G enabled, clicking on date column header has row invalidation problems in message list, but this one happens without "Grouped by sort" and will thus occur much for frequently, i. e. every time when we pass midnight without the view being refreshed for some other reason.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: x86 → All
Summary: Problem with Messages sorted and grouped by date when passing midnight → Row invalidation problems with Messages sorted or grouped by date when passing midnight
Version: 2.0 → 3.0
Updated•11 years ago
|
Component: Mail Window Front End → Folder and Message Lists
Updated•11 years ago
|
Severity: major → minor
Updated•2 years ago
|
Severity: minor → S4
Updated•1 year ago
|
Comment 4•1 year ago
|
||
This should now be fixed by bug 1520435.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•