Closed
Bug 494892
Opened 17 years ago
Closed 16 years ago
Clicking delete button in standalone window closes all standalone windows
Categories
(Thunderbird :: Message Reader UI, defect)
Thunderbird
Message Reader UI
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Thunderbird 3.0rc1
People
(Reporter: sheppy, Assigned: mkmelin)
Details
(Whiteboard: [no l10n impact][test in bug 498141])
If you have "close window on delete" enabled, clicking the delete button in a standalone message window closes all currently open standalone windows instead of just the one you're deleting.
| Reporter | ||
Comment 1•17 years ago
|
||
Only the message you're trying to delete gets deleted though, fwiw. Not sure what's causing all the open message windows to close though; window.close() is only getting called once as far as I can tell.
| Assignee | ||
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•17 years ago
|
Flags: blocking-thunderbird3+
Target Milestone: --- → Thunderbird 3.0b4
I am using the July31st build of TB3 pre beta 4 (nightly) on a PPC Mac OS 10.4 and I am not seeing this behavior. With "close window on delete" selected when I delete a message (in either a standalone window or tab) the window doesn't close, it just loads the next message.
Updated•16 years ago
|
Whiteboard: [no l10n impact]
| Assignee | ||
Comment 3•16 years ago
|
||
Yeah, that's bug 498141.
Updated•16 years ago
|
Target Milestone: Thunderbird 3.0b4 → Thunderbird 3.0rc1
Comment 4•16 years ago
|
||
I think this bug is no longer relevant given that we regressed close-window-on-delete out of existence as tracked by bug 498141. I will add a note to that bug that we should make sure it has a unit test that verifies that it doesn't get overzealous about closing things.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 5•16 years ago
|
||
Reopening, bug 498141 was certainly fixable without fixing this one. The new patch there will fix this one too though.
Assignee: nobody → mkmelin+mozilla
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Whiteboard: [no l10n impact] → [no l10n impact] [bug 498141 will fix]
Comment 6•16 years ago
|
||
We've been able to avoid this bug from happening again in bug 498141. We've also added a test for this there.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Whiteboard: [no l10n impact] [bug 498141 will fix] → [no l10n impact][test in bug 498141]
You need to log in
before you can comment on or make changes to this bug.
Description
•