Search and Top Navigation
#3658 closed bug (fixed)
Opened December 11, 2008 04:43PM UTC
Closed January 08, 2009 03:50PM UTC
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 (4)
Changed December 15, 2008 05:03PM UTC by comment:1
Changed January 02, 2009 02:18PM UTC by comment:2
milestone: | TBD → 1.6 |
---|---|
priority: | major → critical |
Changed January 02, 2009 10:13PM UTC by comment:3
This does NOT happen if revert is explicitly set to true (overriding the default which is also true).
Changed January 08, 2009 03:50PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r1559.
Additional remarks:
For this to happen