Skip to main content

Bug Tracker

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

http://kflocal/js/jquery.js

Line 23


End result: I cannot call any functions when an item is moved.

Attachments (0)
Change History (2)

Changed September 23, 2007 12:24PM UTC by paul comment:1

owner: → john

John - this is the famous triggerHandler issue - it also happens with Firebug disabled.

Changed October 17, 2007 04:57PM UTC by john comment:2

resolution: → duplicate
status: newclosed

Duplicate of #1679.