Opened 11 years ago

Last modified 10 years ago

#8441 open feature

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())

Change History (3)

comment:1 Changed 10 years ago by Scott González

Milestone: 1.9.02.0.0

comment:2 Changed 10 years ago by Jörn Zaefferer

Status: newopen

Consider for redesign.

comment:3 Changed 10 years ago by Jörn Zaefferer

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".

Note: See TracTickets for help on using tickets.