Opened 13 years ago
Last modified 8 years ago
#5781 open bug
Sortable: refresh() does not discard previous data bind
Reported by: | badsyntax | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Reference: http://forum.jquery.com/topic/understanding-the-behavour-of-sortable-refresh
When you fire off the refresh() function, it does not remove the data that was added to the original sortable items.
Please see http://jsbin.com/opilo/2
Change History (5)
comment:1 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:2 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Type: | feature → bug |
---|
comment:4 Changed 10 years ago by
Status: | new → open |
---|
confirmed on latest: http://jsfiddle.net/mmuWk/
Note: See
TracTickets for help on using
tickets.
Not cleaning up data added to elements is a bug, not a feature. Need to verify if that still happens.