Skip to content

Document order of events and their default handlers #206

Open
@Haraldson

Description

@Haraldson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions