Closed
Bug 18584
Opened 25 years ago
Closed 25 years ago
[FEATURE] Include drafts warning when closing compose window
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: phil, Assigned: bugzilla)
References
Details
(Whiteboard: [PDT-])
Attachments
(1 file)
4.99 KB,
patch
|
Details | Diff | Splinter Review |
In 4.x, if you close a compose window that you have typed into, you get a
warning asking whether you want to save the message as a draft. Right now in
mozilla, the window closes and your message is lost with no warning at all.
Note that if you haven't typed in the body, there shouldn't be a warning.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Note: The "warn before closing window with content" behavior is hooked up in the
Composer component.
Assignee | ||
Comment 4•25 years ago
|
||
I will try to implement this feature for today by 4pm.
Assignee | ||
Comment 6•25 years ago
|
||
Assignee | ||
Comment 7•25 years ago
|
||
The fix was more complex that expected. The fix should be pretty safe, the only
problem that could appends is either we ask to save the window when we should
not or we don't ask when we should. In the worst scenario, the user won't be
able to close the window or quit the app but I sure at 99.99%.
know problem:
1) during a reply/reply all/forward, we ask to save the window event if the user
has not touch the content!
2) if you just type into one of the addressing widget or subject edit field and
close the window without pressing <enter> or clicking somewhere else in the
window, we don't ask to save.
Putting on PDT- radar for beta1. Will relnote.
Keywords: relnote
Whiteboard: Fix in hand → [PDT-]Fix in hand
Assignee | ||
Comment 9•25 years ago
|
||
oops, I forget to use entity or property for string use by the save dialog!
Anyway, this fix imply UI change and therefore it's too late for B1 as UI is
already frozen.
Comment 10•25 years ago
|
||
Thanks for trying this. We decided to go minus because you said it was a little
complex. Sorry, I should have caught this a week ago then we would have had it
in. Thanks much for trying. Adding beta2 keyword. Please check into the
trunk.
Keywords: beta2
Assignee | ||
Comment 11•25 years ago
|
||
Fixed and checked in (NOT IN BETA 1). I have also fixed problem #1 I mentioned earlier
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: [PDT-]Fix in hand → [PDT-]
Comment 12•25 years ago
|
||
Feature is generally implemented.
Will log any problems with draft warning as separate issues.
Marking this feature bug verified (plain text and html compose, new message,
reply and reply all) with:
2000-03-30-09m15 commercial build linux rh6.0
2000-03-30-09m15 commercial build NT 4.0
2000-03-30-10m15 commercial build mac OS 9.0
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•