Bug 17110

Summary: Enable onDragOver/OnDragEnter to access data from event.dataEvent
Product: WebKit Reporter: fengjin <fengjin>
Component: UI EventsAssignee: 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   

Description fengjin 2008-01-31 01:37:49 PST
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.
Comment 1 Gavin Barraclough 2012-09-07 12:26:34 PDT
This is not a JSC bug.  Events? Webcore bindings? - not sure, punting in the right approximate direction!
Comment 2 Daniel Trebbien 2013-07-22 14:04:23 PDT
I think that this is a duplicate of https://bugs.webkit.org/show_bug.cgi?id=23695
Comment 3 Dean Hunt 2013-10-09 16:15:29 PDT
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.