[Webkit-unassigned] [Bug 64459] vebview should use gtk-dnd-drag-threshold setting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 10:21:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64459


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrobinson at webkit.org




--- Comment #1 from Martin Robinson <mrobinson at webkit.org>  2011-07-13 10:21:39 PST ---
(In reply to comment #0)
> Hi,
> gtk defines a gtk-dnd-drag-threshold property, and many gtk widgets use it to prevent drag from starting when user moves mouse with a really small movement. This is really important for accessibility (think, ill or old people whose hands shake a lot).
> I would be nice if WebKitWebView would not start a drag if gtk_drag_check_threshold returns false.


The drag hysteresis is controlled via constants in EventHandler.cpp. In GTK+ we could potentially make them depend on GTK+ settings. Another option would be to make drag-and-drop a runtime setting, versus simply compile time. Do you mind explaining your usecase?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list