Bug 17110
Summary: | Enable onDragOver/OnDragEnter to access data from event.dataEvent | ||
---|---|---|---|
Product: | WebKit | Reporter: | fengjin <fengjin> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | ap, c.w.hunt, dtrebbien |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows Vista |
fengjin
I know this is a by design. However, it is very important to enable code to realize whether the drop is allowed, and whether it should be copy or move when the user is dragging over an element.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
This is not a JSC bug. Events? Webcore bindings? - not sure, punting in the right approximate direction!
Daniel Trebbien
I think that this is a duplicate of https://bugs.webkit.org/show_bug.cgi?id=23695
Dean Hunt
Not a dupe, as this appears to be a separate request to change the design of the spec in favor of a more flexible security policy.