Ticket #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: | ||
| Blocking: | Blocked by: |
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
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.