Opened 14 years ago
Closed 14 years ago
#3658 closed bug (fixed)
update is called before receive (callbacks)
Reported by: | Marc Diethelm | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.6rc2 |
Keywords: | update, receive, callback, sortable | Cc: | |
Blocked by: | Blocking: |
Description
When dropping an item from a draggable onto a sortable I expect the 'receive' callback to be called before the 'update' callback. However the opposite happens. This means 'update' misses the new sortable item.
Attachments (1)
Change History (5)
comment:1 follow-up: 3 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | major → critical |
comment:3 Changed 14 years ago by
This does NOT happen if revert is explicitly set to true (overriding the default which is also true).
Note: See
TracTickets for help on using
tickets.
Additional remarks: For this to happen