Bug 27472

Summary: REGRESSION (r39185): Safari adds ".jpeg" extension to images that already have ".JPG" extension
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
patch mitz: review+

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