Opened 16 years ago
Closed 15 years ago
#1667 closed bug (duplicate)
sortable callbacks not working
Reported by: | intrktevo | Owned by: | john |
---|---|---|---|
Priority: | critical | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The start callback works, but the update/stop ones do not.
Here is my code:
$("#menudrawer").sortable({hoverClass: 'sorthover', change: function() { console.log("change");} });
What happens is the word change gets written to the firebug log, then an infinite number of errors (all the same) saying:
this.parentNode has no properties
Line 23
End result: I cannot call any functions when an item is moved.
Note: See
TracTickets for help on using
tickets.
John - this is the famous triggerHandler issue - it also happens with Firebug disabled.