Bug 13089
Summary: | Suggested filename for standalone image includes dimensions and duplicate extension | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | andersca, fern, mrowe |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://webkit.org/images/icon-gold.png |
mitz
Summary:
The suggested filename when saving an image document includes, in addition to the filename, the image dimensions and an extra copy of the extension.
To reproduce:
1) Open the URL in Safari
2) Choose File > Save As
Expected results:
The default filename in the Save dialog to be "icon-gold.png"
Actual results:
The default filename in the Save dialog is "icon-gold.png 215×174 pixels.png"
Regression:
This is a regression from eliminating WebImageView.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andrew Wellington
This appears to be a Safari issue.
If [BrowserDocument filenameForSaving] were modified to ask for a suggested filename from the WebDataSource instead of/in addition to asking for the pageTitle this would give more flexibility in future for this sort of change or addition on the WebKit side.
mitz
(In reply to comment #1)
> This appears to be a Safari issue.
Agreed. I planned to close this bug as INVALID after hearing the same from Anders, except I thought maybe I'd wait for someone to add the radar number first. I guess it's not really important.
Mark Rowe (bdash)
<rdar://problem/5076037> REGRESSION: Suggested filename when saving standalone image now includes "n x n pixels".
mitz
*** Bug 13851 has been marked as a duplicate of this bug. ***