Open
Bug 487507
Opened 16 years ago
Updated 3 years ago
Improvement of user experience in download manager
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: IJ649245, Unassigned)
Details
(Whiteboard: DUPEME)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
For the download manager, it is necessary to improve the method of calculating the time left.
When displayed as 1 minute, the user expects to actually complete at 60 seconds.
However, it takes 120 seconds under the present situation.
Reproducible: Always
Steps to Reproduce:
1.Download some file
Actual Results:
Example : For actual 3 minutes are required.
Displayed time
2min. --> 1min. --> 59sec.
Actual time
2:59 --> 1:59 --> 0:59
Expected Results:
Example : For actual 3 minutes are required.
Displayed time
3min. --> 2min. --> 59sec.
Actual time
2:59 --> 1:59 --> 0:59
Comment 1•16 years ago
|
||
Well, the download estimate is not 100% accurate, things such as connection speed changes, virus scanning, etc. can change the estimate. Moving to proper component though, so they can figure this out.
Component: General → Download Manager
Product: Firefox → Toolkit
QA Contact: general → download.manager
Whiteboard: DUPEME
Version: unspecified → 1.9.0 Branch
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•