[Webkit-unassigned] [Bug 243374] dragend event doesn't have dragged content unlike drop event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 31 20:09:49 PDT 2022


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

Karl Dubost <karlcow at apple.com> changed:

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

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
Created attachment 461328

  --> https://bugs.webkit.org/attachment.cgi?id=461328&action=review

safari, firefox, chrome console log for event.dataTransfer

Firefox Nightly 105.0a1
Google Chrome Canary 106.0.5212.0
Safari 16.0


According to
https://html.spec.whatwg.org/multipage/dnd.html#dndevents

The drag data store mode is 
drop    -> read-only mode
dragend -> protected mode


Protected mode.
https://html.spec.whatwg.org/multipage/dnd.html#concept-dnd-p

> For all other events. The formats and kinds in the drag data store list of items representing dragged data can be enumerated, but the data itself is unavailable and no new data can be added.


*data itself is unavailable*
So would it be a bug from Firefox?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220801/3fe91797/attachment-0001.htm>


More information about the webkit-unassigned mailing list