Bug 39459 - [GTK] WebKit/gtk/WebCoreSupport/DragClientGtk::startDrag should use the Clipboard::sourceOperation
Summary: [GTK] WebKit/gtk/WebCoreSupport/DragClientGtk::startDrag should use the Clipb...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 30623 39465
  Show dependency treegraph
 
Reported: 2010-05-20 17:09 PDT by Martin Robinson
Modified: 2010-05-22 11:14 PDT (History)
0 users

See Also:


Attachments
Patch for this issue (7.23 KB, patch)
2010-05-20 17:18 PDT, Martin Robinson
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-05-20 17:09:14 PDT
Currently the GdkDragAction for the new drag is calculated by looking at the dragged element. This can be controlled via the DOM, so ::startDrag should respect that.
Comment 1 Martin Robinson 2010-05-20 17:18:51 PDT
Created attachment 56650 [details]
Patch for this issue
Comment 2 Xan Lopez 2010-05-22 01:38:12 PDT
Comment on attachment 56650 [details]
Patch for this issue

Looks good to me.
Comment 3 Martin Robinson 2010-05-22 11:14:52 PDT
Committed r60008: <http://trac.webkit.org/changeset/60008>