Bug 109865
Summary: | Drag data store should be readable in dragstart event | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Cheng <dcheng> |
Component: | UI Events | Assignee: | Daniel Cheng <dcheng> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Daniel Cheng
Per the spec, the drag data store should be in read/write mode during the dragstart event (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-drag-data-store). However, we currently only allow the drag data store to be read in the drop event.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Cheng
*** This bug has been marked as a duplicate of bug 23695 ***