On Tue, Jun 28, 2011 at 8:16 AM, arno <arno at renevier.net> wrote: > I'd like to disable drag and drop in webkit, but failed to see how I could > accomplish that. Is it possible ? You can likely do this by intercepting drag-and-drop related signals happening on the WebView widget. --Martin