Bug 75776
Summary: | Edit Drag and Drop should update selection | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marius Orcsik <marius> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, dcheng, enrica, rniwa |
Priority: | P2 | Keywords: | NeedsReduction |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux |
Marius Orcsik
According to the Drag and drop Editor's draft[1] the drag events should populate the document immediate user selection (which I assume it's reflected in Selection DOM object) with the elements that are under the mouse pointer.
See test URL : http://habarnam.ro/webkit-drop-test.html
Tested on:
Chromium 17.0.963.26 (Developer Build 0)
OS Linux
WebKit 535.11 (Unknown URL@0)
In Firefox 9.0 on linux the drop event behaves correctly.
[1] http://dev.w3.org/html5/spec/dnd.html#immediate-user-selection
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |