WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
13089
Suggested filename for standalone image includes dimensions and duplicate extension
https://bugs.webkit.org/show_bug.cgi?id=13089
Summary
Suggested filename for standalone image includes dimensions and duplicate ext...
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug