This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12996 - The dropEffect attribute controls the drag-and-drop feedback that the user is given during a drag-and-drop operation. When the DataTransfer object is created, the dropEffect attribute is set to a string value. On getting, it must return its current value.
Summary: The dropEffect attribute controls the drag-and-drop feedback that the user is...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 03:55 UTC by contributor
Modified: 2011-08-04 05:12 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-06-20 03:55:12 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html
Multipage: http://www.whatwg.org/C#the-datatransfer-interface
Complete: http://www.whatwg.org/c#the-datatransfer-interface

Comment:
The dropEffect attribute controls the drag-and-drop feedback that the user is
given during a drag-and-drop operation. When the DataTransfer object is
created, the dropEffect attribute is set to a string value. On getting, it
must return its current value. On setting, if the new value is one of "none",
"copy", "link", or "move", then the attribute's current value must be set to
the new value. Other values must be ignored.  

Posted from: 218.107.55.254
User agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Comment 1 Michael[tm] Smith 2011-08-04 05:12:45 UTC
mass-move component to LC1