Bug 109865 - Drag data store should be readable in dragstart event
Summary: Drag data store should be readable in dragstart event
Status: RESOLVED DUPLICATE of bug 23695
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Cheng
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-14 14:46 PST by Daniel Cheng
Modified: 2013-02-19 12:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Cheng 2013-02-14 14:46:00 PST
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.
Comment 1 Daniel Cheng 2013-02-19 12:54:31 PST

*** This bug has been marked as a duplicate of bug 23695 ***