Bug 61735
Summary: | [GTK] Support smart replace during drag and drop events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
Component: | WebKitGTK | Assignee: | 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 |
Martin Robinson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kaustubh Atrawalkar
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.
Kaustubh Atrawalkar
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.
Martin Robinson
I believe we just need tests like editing/pasteboard/smart-drag-drop.html and editing/pasteboard/drag-drop-list.html to pass.