[Webkit-unassigned] [Bug 37012] dropEffect not set to correct default values in dragenter / dragover
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 5 15:41:21 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=37012
--- Comment #10 from dcheng at chromium.org 2010-04-05 15:41:20 PST ---
Firefox's behavior differs slightly from the spec:
>From DOM-initiated drags, if effectAllowed is "all", "copyMove", "linkMove", or
"uninitialized", the default dropEffect is "move".
Firefox doesn't seem to set effectAllowed to "uninitialized" for drags from
text boxes. When dragging links, effectAllowed is set to "uninitialized" but
default dropEffect is set to "move".
--
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