[Webkit-unassigned] [Bug 28293] [Chromium] event.datatransfer.getdata("text/uri-list") treated the same as getdata("URL")

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 23 10:58:12 PST 2009


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





--- Comment #12 from Erik Arvidsson <arv at chromium.org>  2009-12-23 10:58:11 PST ---
(From update of attachment 38804)
> Index: LayoutTests/editing/pasteboard/resources/dataTransfer-getData.js

> +dragTarget.addEventListener("dragentered", function() {
> +    event.dataTransfer.dropEffect = "copy";
> +    event.preventDefault();
> +}, false);

The event name is dragenter.

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



More information about the webkit-unassigned mailing list