Closed
Bug 302525
Opened 19 years ago
Closed 18 years ago
deleting a message while sorted by descending order should select message above it
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 349763
People
(Reporter: voas, Assigned: mscott)
References
Details
Attachments
(1 file)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Build Identifier: When you are sorted in normal ascending order and you delete a message, it basically selects the next message in the list. This is good, as it means you can just walk through your mail and hit delete and you'll be looking at the next message. But when you are sorted in descending order (I like to keep the most recent messages on top because I'm strange, apparently), the selection selects the next message *downward* instead of moving up one (Apple Mail does this right). I think the code must just always select the same cell in the list and when sorted ascending it just behaves well, but since I'm sorted backwards it doesn't quite do what I expect. This has to be the only thing that I honestly don't like about TB right now. Makes it somewhat frustrating to use. Reproducible: Always Steps to Reproduce: 1. Sort your mail by descending date 2. Delete a message Actual Results: The message *below* the deleted message is selected. Expected Results: The message *above* the deleted message should have been to allow one to easily process their unread mail, deleting as you go.
Comment 1•19 years ago
|
||
Seamonkey bug 185652. Bug 19625 is a better solution; see bug 229220 comment 1. It seems this is the first time this has been filed for Thunderbird, which is surprising.
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Indeed a major annoyance - which is why I'm proposing this patch. It's not a panacea (doesn't address all the issues in bug 19625 or bug 185652, nor those in RFE 65823), but fixes this particular bug. It only changes the behavior when messages are sorted by date in descending order and a single message is deleted. Build successfully tested with the Thunderbird 1.5RC2 source tree. It would *really* be nice to see this issue fixed in Thunderbird 2.0 (bug 205898 might also be addressed then).
Comment 4•18 years ago
|
||
This has been fixed at the dupe, for TB 2.0 & 3.0. *** This bug has been marked as a duplicate of 349763 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•