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
Reported 2007-03-15 14:49:51 PDT
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
Andrew Wellington
Comment 1 2007-03-25 04:36:48 PDT
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
Comment 2 2007-03-25 04:53:52 PDT
(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)
Comment 3 2007-03-25 05:10:06 PDT
<rdar://problem/5076037> REGRESSION: Suggested filename when saving standalone image now includes "n x n pixels".
mitz
Comment 4 2007-05-23 23:35:23 PDT
*** Bug 13851 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.