Closed
Bug 27608
Opened 25 years ago
Closed 25 years ago
pages open multiple 'SaveAs/PickApp' dialogs
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sparky, Assigned: don)
References
()
Details
On 2-11-2000 Win32 build, pages that attempt to start a download automatically
result in multiple 'SaveAs/PickApp' dialogs getting created. They will continue
to be created until a) the download is successfully started or b) the system
crashes from creating dialogs (mine gave out at about 120).
I think the offending page source is
<SCRIPT LANGUAGE=JavaScript>
<!--
function docLoad(){
window.location="http://download.entrypoint.com/2/1/0.1310/setup_eps.exe?id=4IouTrUNyI9hONlJ&camp=&rel=final&bid=1";
window.navigate="http://download.entrypoint.com/2/1/0.1310/setup_eps.exe?id=4IouTrUNyI9hONlJ&camp=&rel=final&bid=1";
}
//-->
</SCRIPT>
This is also reproducible on most pages from download.cnet.com that start
downloads automatically.
--
Putting this in the Browser-General bucket since I don't know if it's a
JavaScript problem or not, and passing to Hyatt on the advice of someone in
#mozilla.
| Reporter | ||
Comment 2•25 years ago
|
||
This appears to be fixed, as of the 2000031908 win32 build.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•