Bug 61735 - [GTK] Support smart replace during drag and drop events
Summary: [GTK] Support smart replace during drag and drop events
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 61661
  Show dependency treegraph
 
Reported: 2011-05-30 10:13 PDT by Martin Robinson
Modified: 2017-03-11 10:44 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.