GNOME Bugzilla – Bug 572819
Does not save image which displayed
Last modified: 2013-12-17 15:53:14 UTC
Please describe the problem: 1. Go to this URL: http://forum.ubuntu.ru/index.php?action=dlattach;topic=29975.0;attach=11720;image 2. Right-click on the image and select "Save image as...". 3. Instead of the image, file index.php is saved. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Confirmed, Ff doesn't show this problem.
I have a solution for bug #600987 (that reimplements image downloads with context menu) that fixes this bug. However the suggested name in the filechooser is "index.php" (but the content is the image). I suspect this is because the best guess possible is that. Perhaps WebKit should be doing more sniffing. Anyway, we can completely fix that little issue later.
Bumped to version 3.6, because problem is not solved. (tested with web 3.6.0)
Doesn't seem to honor: Content-Disposition: inline; filename="13022009.png"
Created attachment 264228 [details] [review] Use the suggested filename when saving images
*** Bug 600849 has been marked as a duplicate of this bug. ***
Review of attachment 264228 [details] [review]: That's great!
Attachment 264228 [details] pushed as 660aabd - Use the suggested filename when saving images