Bug 23561

Summary: Chromium does not generate a file name when dragging images to the desktop
Product: WebKit Reporter: Paul Godavari <paul>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch for bug 23561 eric: review+

Description Paul Godavari 2009-01-26 17:18:56 PST
When dragging an image from a web page to the desktop where the image has no ALT text, the file name is empty or contains only an extension (eg ".jpg").

WebCore/platform/ChromiumClipboard.cpp needs to send more information to Chromium in order to properly name the dragged image file.
Comment 1 Paul Godavari 2009-01-26 17:23:58 PST
Created attachment 27056 [details]
Patch for bug 23561
Comment 2 Eric Seidel (no email) 2009-01-26 17:37:39 PST
Comment on attachment 27056 [details]
Patch for bug 23561

Patch looks fine.  I assume you meant to mark it for review.  There seem to be tabs in the changelog which will need to be fixed when landing.
Comment 3 Dimitri Glazkov (Google) 2009-01-27 09:31:22 PST
Committed in http://trac.webkit.org/changeset/40294.