Closed
Bug 101182
Opened 23 years ago
Closed 23 years ago
Downloads continue in the background when d/l window is closed
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: Mail, Assigned: law)
References
()
Details
Attachments
(1 file)
886 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20010913
BuildID: 2001091303
Start a download, let it load a while, then cancel it. Close all active network
applications but leave a Mozilla window open. Then there is still traffic. The
file gets downloaded to c:\windows\temp. When going offline, the data is stored
under the file name originally selected (though it's incomplete). Obviously
cancelling a download should stop the download.
Reproducible: Always
Steps to Reproduce:
See description
Actual Results: See description
Expected Results: The download should have stopped directly after cancelling
it. Perhaps the user should be asked if the (incomplete) data should be deleted
or left on the hard disk (or in cache only, for resuming the download later).
Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
wfm with win2k build 20010922..
I tried it 3x und the download stops always after I hit "cancel".
Reporter | ||
Comment 2•23 years ago
|
||
Update: cancel != closing the window. Hit Alt+F4 or click the "X" button to
close the download window instead of clicking "cancel". Shame on me. Cancel
works for me, too.
Summary: Cancelled downloads continue in the background → Downloads continue in the background when d/l window is closed
Comment 3•23 years ago
|
||
setting status to new. See discussion in bug 96891 on similar issues with a
different dialog.
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** Bug 85603 has been marked as a duplicate of this bug. ***
->0.9.7
Need to make onunload sort of like oncancel, but oncancel has risk of deleting
the temporary file. So, moving out till I can ensure there's no bad side-effects.
Target Milestone: mozilla0.9.6 → mozilla0.9.7
*** Bug 111894 has been marked as a duplicate of this bug. ***
Comment 9•23 years ago
|
||
Comment on attachment 60702 [details] [diff] [review]
Patch to do onCancel logic from onclose handler
r=bryner
Attachment #60702 -
Flags: review+
Comment 10•23 years ago
|
||
sr=hyatt
Assignee | ||
Comment 11•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
verified:
Win98 2001-12-07-10-tr
Linux 2001-12-07-08-tr
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•