Download in progress Window never finishes
Categories
(SeaMonkey :: Download & File Handling, defect, P5)
Tracking
(seamonkey2.49esr unaffected, seamonkey2.53 fixed, seamonkey2.57esr fixed)
Tracking | Status | |
---|---|---|
seamonkey2.49esr | --- | unaffected |
seamonkey2.53 | --- | fixed |
seamonkey2.57esr | --- | fixed |
People
(Reporter: jlayoj3121968, Assigned: frg)
References
(Regression)
Details
(Whiteboard: SM2.53.2)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.1
Steps to reproduce:
(Does the same on other download sites, but this is perhaps the most important for this application at the moment.)
- Go to https://www.wg9s.com/comm-253/
- Right-click on an file name, click Save Link Target As, etc. to start download.
- Let download progress.
Actual results:
Download gets to 100% and sits there with status 'downloading'
I started the example download last night and found it still sitting like that this morning.
I also tried downloads from other sites and get the same result.
I also tried simply clicking on the link instead of 'save ... as' and got the same result.
Expected results:
Download should finish.
Assignee | ||
Comment 1•5 years ago
|
||
If I am guessing correctly you are probably using the Progress window and not the Download Manager. Confirmed there.
Assignee | ||
Comment 2•5 years ago
|
||
Btw. The download should finish ok. Just cosmetic.
Assignee | ||
Comment 4•5 years ago
|
||
Fully works. Just want to move the copied stuff to DownloadsComman.jsm before asking for r?.
TimeElapsed is not much good any more with jsdownloads so switched to TimeLeft which was previously appended here to the text status.
The removed stringbundle is/was unused and does not exist. The 2 strings can go out or stay in 2.53+ but no longer needed.
Should be in tomorrows unofficial 2.53.3 b1 pre and later in 2.53.2 Beta 1 if found worthy.
Assignee | ||
Comment 5•5 years ago
|
||
Just saw that the window title might still show downloading when finished. Fixing it in the next iteration.
Assignee | ||
Comment 6•5 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): 888915
User impact if declined: useless values in progress dialog
Testing completed (on m-c, etc.): 2.53
Risk to taking this patch (and alternatives if risky): already broken for the progress dialog and no functional change for the DM
String changes made by this patch: 2 removals only so should go into 2.53.2
Assignee | ||
Updated•5 years ago
|
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/3f7c4b34b66b
Calculate download values in progress window the same as in the DM. r=IanN
Assignee | ||
Comment 9•5 years ago
|
||
Is this logged as a bug, if so mention the bug number?
Forgot to answer. No I didn't file a bug yet. It seems to occur for files which are loaded from the cache or from an uncommon scheme like txt files or imap://
Wanted to look at it first. Won't forget because this occurs every time you "download" a mail attachment from an imap account.
Description
•