Closed
Bug 19906
Opened 26 years ago
Closed 25 years ago
In Mail, sorting on the message size column is wrong
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: mozilla, Assigned: scottputterman)
References
Details
Sorting on the "Message Size" column in mail is wrong, as it is sorting on the
text value instead of the binary number. So, for example, a message of "17KB"
sorts before a message of "1KB".
To fix this, you should return a RDF integer literal when its requested for
sorting (with the magical "?sort=true" appending to the arc in question) on this
column.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M16
| Assignee | ||
Comment 1•26 years ago
|
||
I didn't even know I'd implemented this.
| Assignee | ||
Comment 6•25 years ago
|
||
this should be easy to fix and a few people have mentioned this in the feedback.
| Assignee | ||
Comment 7•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Linux (2000-04-20-09-M16)
Win32 (2000-04-20-09-M16)
Mac (2000-04-20-10-M16)
This problem is fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•