Bug 27472 - REGRESSION (r39185): Safari adds ".jpeg" extension to images that already have ".JPG" extension
Summary: REGRESSION (r39185): Safari adds ".jpeg" extension to images that already hav...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-07-20 16:59 PDT by Darin Adler
Modified: 2009-07-22 10:03 PDT (History)
0 users

See Also:


Attachments
patch (2.52 KB, patch)
2009-07-20 17:14 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-07-20 16:59:33 PDT
Find an image in a web site that ends in .JPG. Drag it to your desktop and you will get an image called imagename.JPG.jpeg. I think this is incorrect. I think if you need to change the name, it should simply be changed to imagename.jpg. If you find an image with the suffix .jpg, the filename is not changed.

<rdar://problem/7065772>
Comment 1 Darin Adler 2009-07-20 17:14:52 PDT
Created attachment 33124 [details]
patch
Comment 2 Darin Adler 2009-07-22 09:33:34 PDT
For the record, the text in the description is something from someone who reported the bug, not me.
Comment 3 Darin Adler 2009-07-22 10:03:47 PDT
http://trac.webkit.org/changeset/46227