Bug 15016 - Clicking the "Download" link on an image in Gmail navigates to the image instead of downloading it
Summary: Clicking the "Download" link on an image in Gmail navigates to the image inst...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: GoogleBug, InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2007-08-19 22:16 PDT by Adam Roben (:aroben)
Modified: 2008-01-01 06:31 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2007-08-19 22:16:54 PDT
According to bug 14292, clicking the "Download" link on an image in Gmail navigates to the image instead of downloading it. The image is downloaded as expected in Safari 3 beta on OS X.
Comment 1 Adam Roben (:aroben) 2007-08-19 22:18:05 PDT
<rdar://problem/5421965>
Comment 2 Alexey Proskuryakov 2007-11-01 05:12:54 PDT
Obviously, the decision to use or download the resource is made by a delegate within Safari. I don't know how it makes this decision, since decidePolicyForMIMEType doesn't seem to provide enough information (there is nothing about the response in it, apart from MIME type).
Comment 3 Alexey Proskuryakov 2008-01-01 06:31:12 PST
I can no longer reproduce this; presumably fixed in <http://trac.webkit.org/projects/webkit/changeset/25796>.