Bug 17110 - Enable onDragOver/OnDragEnter to access data from event.dataEvent
Summary: Enable onDragOver/OnDragEnter to access data from event.dataEvent
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 01:37 PST by fengjin
Modified: 2013-10-09 16:15 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.