Skip to main content

Search and Top Navigation

#8441 open feature ()

Opened July 13, 2012 08:19AM UTC

Last modified November 05, 2012 03:20PM UTC

Programmatically trigger drag start on sortables

Reported by: chot Owned by:
Priority: minor Milestone: 2.0.0
Component: ui.sortable Version: 1.8.21
Keywords: Cc:
Blocked by: Blocking:
Description

Would be sweet with something like item.dragStart(); to programmatically trigger dragging of an item.

Usefull for instance if you're drag-dropping with html5 into a sortable (creating a new item in the sortable on dragover and calling newItem.dragStart())

Attachments (0)
Change History (3)

Changed October 11, 2012 02:56PM UTC by scottgonzalez comment:1

milestone: 1.9.02.0.0

Changed November 05, 2012 12:46PM UTC by jzaefferer comment:2

status: newopen

Consider for redesign.

Changed November 05, 2012 03:20PM UTC by jzaefferer comment:3

In case someone else is wondering at some point in the future: If you read "html5" as "dragging from the desktop into the browser", a usecase might be "drag images into the browser for upload, and sort them there".