Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
comment:1 in reply to: ↑ description ; follow-up: ↓ 3 Changed 4 years ago by Marc Diethelm
comment:2 Changed 4 years ago by scott.gonzalez
- Priority changed from major to critical
- Milestone changed from TBD to 1.6
Note: See
TracTickets for help on using
tickets.



Additional remarks: For this to happen