[Webkit-unassigned] [Bug 11325] New: JScript download link fails (works in Firefox)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 17 10:51:27 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11325

           Summary: JScript download link fails (works in Firefox)
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://projects.gandreas.com/widgetarium/download.php
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: timothy.c.bates at gmail.com


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>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list