#8571 closed bug (fixed)
Out of range problem in when dragging a nested sortable
Reported by: | zhizhangchen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.1 |
Component: | ui.sortable | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/7zT9C/2/ If you try to drag the $('.sortable.sortableItem'), there will be an error message in console: Uncaught TypeError: Cannot read property 'item' of undefined
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 1.9.1 |
---|---|
Version: | git → 1.8.23 |
Note: See
TracTickets for help on using
tickets.
Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571 - Out of range problem in when dragging a nested sortable.