Closed
Bug 18088
Opened 26 years ago
Closed 26 years ago
[DOGFOOD] Reminder to remove focus hack for deleting messages
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: lchiang, Assigned: hangas)
References
Details
(Whiteboard: [PDT+] No date - depends on 12408)
Delete message is no longer working
Win32 1999-11-05-09-m11
Have not tried other platforms yet
1) Start mail
2) Select a message
3) Click Delete toolbar button or select Delete menu item
Actual results: The selected message is not deleted.
Expected results: Selected message should be deleted to the trash folder
Add'l notes: Does not matter if POP or IMAP. Scott Putterman also sees this and
brought it to my attention.
Updated•26 years ago
|
Assignee: phil → hangas
Comment 1•26 years ago
|
||
Paul, is this related to your changes?
Comment 2•26 years ago
|
||
cc'ing me. I think it's related to it. MsgDeleteMessage isn't even getting
called. I'll look too.
Updated•26 years ago
|
Target Milestone: M11
Comment 3•26 years ago
|
||
M11
Comment 4•26 years ago
|
||
DoCommand in the threadpane controller isn't being called, but iscommandenabled
is and it's returning the correct value.
*** Bug 18103 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Comment 7•26 years ago
|
||
I have a workaround in my tree that will make the delete toolbar button always
delete from the thread pane. The delete menu item won't work.
The problem seems to be that the toolbar and menu gains focus when you click on
them and therefore the command doesn't get executed in the expected tree. When
12408 this should go away.
I'm going to take this bug as a reminder to undo my change. I will mark this
M12 because I think we'll have to live with the workaround for M11.
Comment 8•26 years ago
|
||
I checked in the workaround. keeping this bug open as a reminder to put it back
after 12408 is fixed and more importantly, the menu item isn't fixed anyway.
Updated•26 years ago
|
Summary: [DOGFOOD][REGRESSION] Delete message is no longer working → [DOGFOOD] Reminder to remove focus hack for deleting messages
Whiteboard: [PDT+] → [PDT+] 12/3
Updated•26 years ago
|
Whiteboard: [PDT+] 12/3 → [PDT+] No date - depends on 12408
Updated•26 years ago
|
Assignee: putterman → hangas
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 10•26 years ago
|
||
I removed the hack yesterday. It will show up fixed in all builds on or after
11/16/99.
| Reporter | ||
Comment 11•26 years ago
|
||
fenella - can you help to verify this? Thanks.
Comment 12•26 years ago
|
||
Sure. Here it is. Using today's builds:
Linux Redhat 6.0 (1999-11-23-08 M12)
Win_nt 4.0 (1999-11-23-09 M12)
Mac (1999-11-23-08 M12)
This problem has been fixed. I tested it on both POP and IMAP and on all these
platforms.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•