Closed
Bug 23189
Opened 25 years ago
Closed 25 years ago
FTP file picker not initiating download (window.close problem)
Categories
(SeaMonkey :: General, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: jud, Assigned: danm.moz)
Details
Goto a FTP site to download a file (large or small). Click the file. The file
picker dialog comes up and when it is ok'd, nothing is downloaded. A progress
dialog might be flashing up for an instant, but no file is created and no data
is transfered.
Updated•25 years ago
|
OS: Windows NT → Linux
Summary: FTP file picker not initiating file downloads on unix. → [DOGFOOD] FTP file picker not initiating file downloads on unix.
Comment 1•25 years ago
|
||
This was split off from bug 23039, and this one is the real reason that ftp
downloads aren't working. So the PDT+ should be on this bug, not that one,
since this prevents the user from using the product to download new versions of
itself.
Reporter | ||
Comment 3•25 years ago
|
||
Akkana and I viewed the FTP log output on her machine. The URI load does not
start (as it should) after the user clicks "ok" to initiate the download.
Assignee: law → danm
Status: ASSIGNED → NEW
Summary: [DOGFOOD] FTP file picker not initiating file downloads on unix. → FTP file picker not initiating file downloads on unix.
After extensive investigation, Dan Matejka and I discerned that the problem was
that the "window.close()" in unknownContent.js was somehow causing dismissal of
the download progress dialog before that dialog could do its job.
I've checked in a workaround that defers the close slightly by wrapping it in a
window.setTimeout call. This seems to get the download working again on Mac and
Linux with no ill-effects.
I'm reassigning this bug to Dan and removing the [DOGFOOD] marker. I'd suggest
that the [PDT+] be removed. There is still something flaky that needs fixing,
but it isn't as high priority now, with my workaround.
Comment 6•25 years ago
|
||
Sure enough, I just downloaded a new build successfully -- thanks! One issue,
though: there's no way to tell when the download is finished, because the
progress window doesn't pop down at the end of the download. I had to go to a
shell window and repeatedly ls -l the file to see if it had stopped changing
(which isn't a reliable method). Should that be filed as a separate bug, or can
it be lumped into this one?
Updated•25 years ago
|
QA Contact: nobody → sairuh
Comment 7•25 years ago
|
||
setting sairuh as qa contact
See also bug 24903; a similar problem with a similar temporary workaround.
Summary: FTP file picker not initiating file downloads on unix. → FTP file picker not initiating download (window.close problem)
Assignee | ||
Comment 10•25 years ago
|
||
.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
looks fine to me. verified on linux, mind you, so someone could verify on SGI as
well, that'd be great (or, just reopen if this is still a problem on irix). thx.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•