[Webkit-unassigned] [Bug 265857] [GTK] Drag and drop is broken unless DataTransfer.setData() is called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 10:22:30 PST 2023


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at redhat.com> ---
(In reply to toterddd from comment #1)
> I think a default target should be set for those events that do not
> explicitly set it since the html specification does not mention requiring
> this property to be set.

Well you were able to fix the problem by calling event.dataTransfer.setData(), so we know nothing is wrong with the drop target.

Isn't the problem that the paragraph element with draggable attribute enabled has no default drag data? Presumably it should default to the text of the paragraph element.

-- 
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/20231207/f4d721a0/attachment.htm>


More information about the webkit-unassigned mailing list