Bug 23561 - Chromium does not generate a file name when dragging images to the desktop
Summary: Chromium does not generate a file name when dragging images to the desktop
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 17:18 PST by Paul Godavari
Modified: 2009-01-27 09:31 PST (History)
2 users (show)

See Also:


Attachments
Patch for bug 23561 (3.04 KB, patch)
2009-01-26 17:23 PST, Paul Godavari
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.