Modify ↓
Ticket #3631 (closed bug: invalid)
ui.sortable.js: re Ticket #3402 - new ui.cancel() method
| Reported by: | dimok | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | unfiled | Version: | 1.2.6 |
| Keywords: | Cc: | dimok | |
| Blocking: | Blocked by: |
Description
Line 838: if(this.options.helper != "original") this.helper.remove();
In my case this.helper is null, so "this.helper.remove()" blows. But let's say it's not a null, isn't it suppose to be a Function? Then how do you expect "this.helper.remove()" to work?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This belongs to the UI Bug Tracker.