Closed
Bug 65961
Opened 24 years ago
Closed 23 years ago
False 100% download completion
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: steveh, Assigned: law)
References
()
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
When downloading a file, such as the Mozilla nightly build, the completion bar
shows 100% after 99.5% of the file is downloaded. The program should learn to be
more patient! (Don't round up after 99%.)
Comment 1•24 years ago
|
||
-> xpapps
Assignee: asa → mscott
Component: Browser-General → XP Apps: GUI Features
QA Contact: doronr → sairuh
Comment 2•24 years ago
|
||
Setting status to New. About to attach a patch. Ccing mpt for his thoughts on
what we should really display (round down or to nearest integer).
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Actually, looks like a different downloadProgress file is actually used. Going
to attach a patch against that....
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
this looks okay to me. have you tested it?
sr=mscott
Comment 7•24 years ago
|
||
Yep, round down, otherwise we could have people ruining large downloads by
cancelling the last few kilobytes when the progress meter said `100 %'.
However, it's reassuring to be able to see the progress meter at 100 % for a
short while. So for bonus points, put in a delay of 500 ms between the time the
download finishes and the time the window closes. If you don't do this, note that
when marking this bug fixed, and I'll file a separate bug for it.
Comment 8•24 years ago
|
||
mpt: We already do that (the delay), and it's annoying as hell. I contest that
nobody _watches_ the download window, they just start it off then put it in the
background (they would minimise it but we can't at the moment). So a delay would
only increase the perceived download time. "Mozilla is slow."
No?
Comment 9•24 years ago
|
||
If the delay is longer than 500 ms, file a bug.
Comment 10•24 years ago
|
||
r=blake
Bill, can you check this in along with your other work on these dialogs?
Assignee: mscott → law
Assignee | ||
Comment 11•24 years ago
|
||
Yes.
Comment 12•23 years ago
|
||
spam: over to File Handling.
Component: XP Apps: GUI Features → File Handling
Assignee | ||
Comment 13•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
no longer see this particular problem with recent builds.
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•