Closed
Bug 102180
Opened 24 years ago
Closed 24 years ago
standalone window is not closed/updated when last message deleted
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: mozilla.org, Assigned: sspitzer)
References
Details
Attachments
(2 files)
|
1.64 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
|
524 bytes,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
With build 2001092805 on Mac OS X 10.0.4
The standalone message display window is not updated when you delete the last
message in an IMAP mailbox.
1. Open an IMAP folder.
2. Mark all messages read.
3. Double-click on the last message in the list to open it in a standalone window.
4. Press the delete button in the standalone window.
What should happen:
Message is deleted, and the standalone window closes, or the standalone window
is updated to display the previous undeleted message. (When the last message in
the mailbox is deleted, the standalone window should close).
What happens:
Message is deleted, but the standalone window remains open.
This is similar but not identical to:
bug 62938
bug 80574
Confirmed using Fizzilla/2001091313 (0.9.4).
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** Bug 104691 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0.1
Keywords: mozilla1.0
| Assignee | ||
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•24 years ago
|
||
fixed.
| Assignee | ||
Comment 4•24 years ago
|
||
now we close the window when the last msg is deleted.
| Assignee | ||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Comment on attachment 56034 [details] [diff] [review]
supplimental patch needed to fix assertion
sr=bienvenu
Attachment #56034 -
Flags: superreview+
| Assignee | ||
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
Comment on attachment 56036 [details] [diff] [review]
real fix for the assertion problem.
sr=bienvenu
Attachment #56036 -
Flags: superreview+
| Assignee | ||
Comment 9•24 years ago
|
||
I've checked in the supplimental fix for #102180.
naving, when closing the stand alone message window, we were
not unregistering the folder listener from the mail session, because the unload
handler was failing. it was failing because GetSearchSession() has a js error,
because for the stand alone msg window, gSearchSession is undefined.
r/sr=bienvenu
Comment 10•24 years ago
|
||
*** Bug 108652 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
*** Bug 82828 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
OK using nov7 commercial trunk build: win98, mac OS X, linux rh6.2
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•