[Webkit-unassigned] [Bug 200297] Cannot disable drag-and-drop functionality inside a WebView
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 31 03:51:55 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200297
--- Comment #1 from Jussi <jussi.hietanen at iki.fi> ---
It seems like the same thing has been asked before, and the resolution to the "bug" last time was to make WebView widget honour the gtk-dnd-drag-threshold setting which can be set inside the widget's GtkSettings struct.
The old bug can be found from: https://bugs.webkit.org/show_bug.cgi?id=64459
At least I cannot get it working with following code:
Glib::RefPtr<Gtk::Settings> settings = webWidget->get_settings();
settings->property_gtk_dnd_drag_threshold() = 100000;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190731/2913a6ed/attachment.html>
More information about the webkit-unassigned
mailing list