Open
Description
I would like to see the flow or order of events, and what each handler takes care of, documented.
I might for instance add a remove: function(e, ui) { e.preventDefault(); }
to a Sortable’s options, and then not understand why that makes the stop
/update
events not fire when an item is dropped in a connected Sortable. In this case, it would be helpful to both know the order of events, and what remove
’s handler normally takes care of, enabling me to recreate the parts of it I want, leaving the parts I don’t want behind (like messing up an item’s helper).
Metadata
Metadata
Assignees
Labels
No labels