Bug 15016
| Summary: | Clicking the "Download" link on an image in Gmail navigates to the image instead of downloading it | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap |
| Priority: | P2 | Keywords: | GoogleBug, InRadar, PlatformOnly |
| Version: | 523.x (Safari 3) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Adam Roben (:aroben)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5421965>
Alexey Proskuryakov
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).
Alexey Proskuryakov
I can no longer reproduce this; presumably fixed in <http://trac.webkit.org/projects/webkit/changeset/25796>.