RESOLVED WORKSFORME 11325
JScript download link fails (works in Firefox)
https://bugs.webkit.org/show_bug.cgi?id=11325
Summary JScript download link fails (works in Firefox)
tim bates
Reported 2006-10-17 10:51:27 PDT
1. go to the URL 2. click the link to down load beta 5 EXPECT: download initiated OBTAINED: nothing happens the onclick action that is failing is javascript:beginDownload('downloader.php?file=1')" The called funtion is here: <script language="javascript"> downloaded = []; function beginDownload(url) { if (downloaded[url]) { alert("That file has already been (or currently is being) downloaded"); } else { downloaded[url] = 1; window.location = url; } } </script>
Attachments
Mark Rowe (bdash)
Comment 1 2006-10-18 01:05:28 PDT
Works for me in the latest nightly. Have you got JavaScript turned on? Both this bug and bug 11326 are failing in a manner that indicates you may have turned it off.
tim bates
Comment 2 2006-10-18 03:53:58 PDT
JScript was turned on, but, having restarted Safari, the jscript link now works. So.. can't replicate it myself.
Note You need to log in before you can comment on or make changes to this bug.