Side navigation
#1667 closed bug (duplicate)
Opened September 19, 2007 01:36AM UTC
Closed October 17, 2007 04:57PM UTC
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.
John - this is the famous triggerHandler issue - it also happens with Firebug disabled.