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 9954 - here the mouse was clicked, or the start of the selection or element that was selected for the drag), may have any number of intermediate steps (elements that the mouse moves over during a drag, or elements that the user picks as possible drop points as h
Summary: here the mouse was clicked, or the start of the selection or element that was...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (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: 2010-06-19 09:10 UTC by contributor
Modified: 2010-10-04 14:45 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2010-06-19 09:10:29 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#dnd

Comment:
here the mouse was clicked, or the start of the selection or element that was
selected for the drag), may have any number of intermediate steps (elements
that the mouse moves over during a drag, or elements that the user picks as
possible drop points as he cycles through possibilities), and must either have
an end point (the element above which the mouse button was released, or the
element that was finally selected), or be canceled. The end point must be the
last element selected as a possible drop point before the drop occurs (so if
the operation is not canceled, there must be at least one element in the
middle step). 8.9.1 Introduction  Working draft  #introduction-5  Tests: 0 
Demos: 0  Latest Internet Explorer beta: no support whatsoever	Latest Firefox
trunk nightly build: no support whatsoever  Latest WebKit or Chromium trunk
build: no support whatsoever  Latest Opera beta or preview build: no support
whatsoever  JavaScript libraries, plugins, etc: no support whatsoever 
2009-10-23 Hixie  Edit	This section is non-normative.	To make an element
draggable is simple: give the element a draggable attribute, and set an event
listener for dragstart that stores the data being dragged.  The event handler
typically needs to check that it's not a text selection that is being dragged,
and then needs to 

Posted from: 86.203.157.90