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)

1.7 Branch
x86
Windows XP
defect
Not set
trivial

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
Version: unspecified → 1.0 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---

*** This bug has been marked as a duplicate of 245829 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.