Closed
Bug 273188
Opened 20 years ago
Closed 20 years ago
Download manager progress indicator indicates misleading percentage when downloading multiple files
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 245829
People
(Reporter: hunnymonster, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Start downloading a file of size 200M, then start another of 10M - the progress
indicator in the window bar indicates the mean of the two downloads - so if the
10M file is (say) 50% complete and the 200M file is 10% complete it will show "2
files 30% complete" - rather than ((10*200+50*10)/(200+10))% complete.
Reproducible: Always
Steps to Reproduce:
1. Start downloading a file of size 200M, then start another of 10M
2.
3.
Actual Results:
the progress indicator in the window bar indicates the mean (arithmetical
average) progress of the two downloads
Expected Results:
the progress indicator in the window bar should indicate the median (weighted
average) of the two downloads
Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.0 Branch
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 245829 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•