Closed Bug 47917 Opened 25 years ago Closed 25 years ago

Fails to delete all selected messages using Right click/Delete

Categories

(SeaMonkey :: MailNews: Message Display, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: fenella, Assigned: sspitzer)

References

Details

(Whiteboard: [nsbeta3-][cut 8/29])

Linux (2000-08-04-21 M18) and (2000-08-07-04 M17) Win32 (2000-08-06-21 M18) and (2000-08-04-05 M17) 1. Launch Messenger 2. From Inbox of my IMAP account, click on a message 3. Press Ctrl key and click on a few more ( about 3) messages 4. Do a Right Click on the mouse Actual result: Only the last message was selected. The previous selected message were de-selected. This disallows me to use Right Click Delete to delete all selected messages. Expected result: When I do a Right Click on the mouse, the previous selected messages should not be de-selected, and that I should be able to do a Right Click/Delete to delete all selected messages. This occurs on Linux and Win32 both in POP and IMAP accounts.
front end.
Assignee: mscott → putterman
Component: Mail Back End → Mail Window Front End
QA Contact: lchiang → esther
cc: leger - Jan - this is the bug jmartin reported in case you need to respond back to him.
Keywords: mail2, nsbeta3
Target Milestone: --- → M18
selmer says we have a dupe bug on this, but I can't find it.
mail triage marking nsbeta3+
Whiteboard: [nsbeta3+]
selmer says this is a dupe bug of hyatt's, but I cannot locate it. cc: John Morrison to see if he can help.
I think this is (likely) a duplicate, but I cannot find a match. (There is bug 42080 for D&D of a multiple selection, but this is a different thing). At any rate, I think this will work if the treeBindings.xml is modified to 'discard' the right click when a multiple selection is already in effect. CC: bryner to see if he agrees (and perhaps take this one onto his plate). Something like (in the first onclick handler for id="treerows"): if ( event.button == 3 && parentNode.selectedItems.length > 1 ) return; That way, the selected items do not change out from underneath what a context menu is going to do. A delete will operate on the already-selected items, not a new single-row selection created by the right-click. (By the way, if have a multiple selection in the threadPane and do right-click, then move the mouse to open the 'Copy to' folder, the entire context menu will change. Weird, but a side-effect of this "changing selection" thing.).
*** Bug 50153 has been marked as a duplicate of this bug. ***
second pass: - per mail triage
Keywords: mail2mail6
Whiteboard: [nsbeta3+] → [nsbeta3-][cut 8/29]
Sorry for the extra email. Removing mail6 keyword.
Keywords: mail6
*** Bug 54785 has been marked as a duplicate of this bug. ***
Depends on: 59465
reassigning to sspitzer
Assignee: putterman → sspitzer
Keywords: mail3
I tested and found this to be fixed with my checkin for 59465.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
changing qa contact to sheelar
QA Contact: esther → sheelar
verified on win98 and linux for imap and pop accounts
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.