Bug 61735

Summary: [GTK] Support smart replace during drag and drop events
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, kaustubh.ra
Priority: P3 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 61661    

Description Martin Robinson 2011-05-30 10:13:19 PDT
There are some drag and drop tests that fail on GTK+, because it does not support smart insert/delete/paste during drag-and-drop events.
Comment 1 Kaustubh Atrawalkar 2011-08-24 00:02:06 PDT
Hi Martin,

Can you detail out what exactly is expected here? Currently drag & drop is supports insert/delete/pasting with drag and drop events. I suppose this is for text dragging.
Thanks.
Comment 2 Kaustubh Atrawalkar 2011-08-24 00:02:53 PDT
Hi Martin,

Can you detail out what exactly is expected here? Currently drag & drop is supports insert/delete/pasting with drag and drop events. I suppose this is for text dragging.
Thanks.
Comment 3 Martin Robinson 2011-08-24 09:29:28 PDT
I believe we just need tests like editing/pasteboard/smart-drag-drop.html and editing/pasteboard/drag-drop-list.html to pass.