[Webkit-unassigned] [Bug 26702] Should be able to read the types property of dataTransfer object in dragstart handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 19:23:40 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26702


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #2 from mrowe at apple.com  2009-06-24 19:23 PDT -------
When the drag starts, EventHandler::createDraggingClipboard creates a Clipboard
instance that has a policy of ClipboardWritable.  The ClipboardFoo
implementation of the types method returns an empty HashSet if the policy is
not ClipboardReadable or ClipboardTypesReadable.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list