Bug 13851
Summary: | Saving images via Save As... dialog appends image dimensions to end of filename | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matthew Fern <fern> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | ||
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.4 |
Matthew Fern
Overview: When saving an image file via File -> Save As..., the dialog automatically appends the image's dimensions (length x height pixels) to the end of the filename.
Steps to reproduce:
1. Open any image file in WebKit (say, http://webkit.org/images/download.png).
2. Open the Save As... dialog (File -> Save As... or Command-S)
Actual results: The filename in the Save As: text box contains the filename with its dimensions appended, matching the text in the window's title bar.
Expected results: The filename in the Save As: text box matches the filename on the server, without dimensions appended.
Builds: r21682 and r21665 on Mac OS X 10.4.9/Intel
Does not occur in: Safari 2.0.4 (419.3)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
*** This bug has been marked as a duplicate of 13089 ***