Closed
Bug 450654
Opened 17 years ago
Closed 9 years ago
Custom Columns lose sort order when switching folder views.
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cr33dog, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
2.31 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1
Build Identifier: version 2.0.0.16 (20080724)
I've written an extension that adds a custom column, based on this tutorial:
http://developer.mozilla.org/en/docs/Extensions:Thunderbird:Creating_a_Custom_Column
Works OK, except it forgets sort order if you sort by the custom column.
Reproducible: Always
Steps to Reproduce:
1. Add custom Column
2. Sort by custom Column
3. Open another folder
4. Return to original folder
Actual Results:
Original folder is no longer sorted.
Expected Results:
Original folder should retain its sort order.
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Have you tried this with 3.0a2?
Reporter | ||
Comment 3•17 years ago
|
||
I just installed it and noticed only one difference in 3.0a2:
Reverse sort is inconsistent - a range from z-0 comes first, then a smaller range of 0-z afterwards. I have not really investigated this yet. Forward sort seems to be OK (same as in 2.0.0.16).
The sort order is still lost in 3.0a2 when switching folders.
Reporter | ||
Comment 4•17 years ago
|
||
Update - Reverse sort is broken on the 'From' column (among others) in 3.0a2. I removed all extensions before testing. I'm going to file a separate bug for that - I did not find a matching one in BZ.
I have the problem with version 2.0.0.19 and the standard Date-column.
I want as standard a sort that the newest mail is on top.
Normally this sort is recognized in different folders.
But sometimes this sort-order is forgotten and i must set it again in every folder.
Comment 6•13 years ago
|
||
Chris, Ismod, do you still see this problem?
Reporter | ||
Comment 7•13 years ago
|
||
OK, using version 11.0+build1-0ubuntu0.10.10.1~mts1, all extensions disabled.
Sort order seems to be remembered now when switching folders. The only thing I see is: when I select a new sort column, the asc/desc indicator still appears on the previously selected sort column until a mouse over.
Sort order seems fine, both forward and reverse.
I'll see if I can update that original add-on for a custom column and see what that does.
Reporter | ||
Comment 8•13 years ago
|
||
Initial report still valid.
Steps to Reproduce:
1. Add custom Column
2. Sort by custom Column
3. Open another folder
4. Return to original folder
Actual Results:
Original folder is no longer sorted.
Expected Results:
Original folder should retain its sort order.
The how-to was moved here:
https://developer.mozilla.org/en/Extensions/Thunderbird/Creating_a_Custom_Column
Reporter | ||
Comment 9•13 years ago
|
||
This is a useless extension that just adds an 'Email' column to the message list pane. It's displaying "sender" just because "replyTo" and "reply-to" both came up empty, and I got tired of fiddling with it ;) It's loosely based on:
https://developer.mozilla.org/en/Extensions/Thunderbird/Creating_a_Custom_Column
Attachment #333815 -
Attachment is obsolete: true
![]() |
||
Comment 10•12 years ago
|
||
Confirming with Thunderbird 17.0.6 on Windows XP SP3 32 bit.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 11•10 years ago
|
||
Wow, almost seven years after this issue was first reported, and it's still broken.
Noticing it now because one of my users complained that sorting by my custom column wasn't being preserved, so I figured my code must be doing something wrong. Spent a couple of hours trying to figure out what was wrong in my code, before I was sufficiently convinced that it wasn't my fault to search the bug database.
Comment 12•9 years ago
|
||
Fixed in Bug 1192838 and friends.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•