Closed
Bug 227183
Opened 22 years ago
Closed 22 years ago
Download Manager doesn't close after a download has finished
Categories
(Toolkit :: Downloads API, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.6
People
(Reporter: hariskar, Assigned: steffen.wilberg)
References
Details
Attachments
(1 file)
792 bytes,
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031130 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031130 Firebird/0.7+
I have checked the option to close after all downloads finish, but this doesn't
happen with pdf files.
Reproducible: Always
Steps to Reproduce:
1.Click on a pdf link
2.
3.
Actual Results:
The Download Manager remains open
Expected Results:
It should close
Updated•22 years ago
|
Assignee: myk → blake
Component: User Interface → Downloading
Product: Bugzilla → Firebird
Comment 1•22 years ago
|
||
*** Bug 227185 has been marked as a duplicate of this bug. ***
For that matter, the DL Mgr doesn't close after downloading any file. Using
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031201
Firebird/0.7+
Comment 3•22 years ago
|
||
Does the appearance of the download item change from that of showing a progress
bar to that of showing "Done" after the download manager finishes downloading
the file?
Can you provide some links that exhibit this behavior?
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Firebird0.8
Updated•22 years ago
|
Summary: Download Manager doesn't close after a pdf download has finished → Download Manager doesn't close after a download has finished
Comment 4•22 years ago
|
||
yes the downloads do appear as 'done' no problem at at all
this happens with anything that you download
http://ftp.mozilla.org/pub/firebird/nightly/latest-trunk
try it with any of the nightlys
Assignee | ||
Comment 5•22 years ago
|
||
Ben, I guess you meant to take this bug before assigning it?
->Ben
Assignee: blake → bugs
Status: ASSIGNED → NEW
Comment 6•22 years ago
|
||
Um... can you re-check your preferences... I changed the download pref names on
the day before 11/30 and settings that you may have had on the previous day will
no longer be in effect. As it stands, this worksforme in new profiles.
Assignee | ||
Comment 7•22 years ago
|
||
This line in downloads.js throws an exception:
var autoClose = pref.getBoolPref(PREF_BDM_CLOSEWHENDONE)
It works if you catch that exception. The reason is that
PREF_BDM_CLOSEWHENDONE is defined as "browser.download.closeWhenDone".
But the correct pref is "browser.download.manager.closeWhenDone".
Assignee | ||
Updated•22 years ago
|
Attachment #136741 -
Flags: review?(bugs)
Assignee | ||
Updated•22 years ago
|
Assignee: bugs → steffen.wilberg
Comment 8•22 years ago
|
||
Reassigning QA Contact to default.
Updated•22 years ago
|
QA Contact: mattyt-bugzilla → nobody
Comment 9•22 years ago
|
||
Comment on attachment 136741 [details] [diff] [review]
patch: use the correct pref
Oh, nice catch Steffen! I'll check this in right away.
Attachment #136741 -
Flags: review?(bugs) → review+
Comment 10•22 years ago
|
||
Patch checked in. I'll mark the bug fixed for you.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•