Bug 215372 - [GTK] Do not accept drag operations when the matched target list is empty
Summary: [GTK] Do not accept drag operations when the matched target list is empty
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2020-08-11 06:30 PDT by Carlos Garcia Campos
Modified: 2020-08-13 23:00 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2020-08-11 06:32 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2020-08-11 06:30:01 PDT
The drag doesn't really happen in the end, but we shouldn't change the cursor to the accept one.
Comment 1 Carlos Garcia Campos 2020-08-11 06:32:13 PDT
Created attachment 406379 [details]
Patch
Comment 2 EWS Watchlist 2020-08-11 06:32:55 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2020-08-13 23:00:40 PDT
Committed r265649: <https://trac.webkit.org/changeset/265649>