Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2256 closed bug (fixed)

Sortable options 'update' and 'stop' do not fire

Reported by: agentrickard Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.2
Keywords: jquery-ui 1.0 Cc:
Blocked by: Blocking:

Description

http://docs.jquery.com/UI/Sortables/sortable#options

As far as I can tell, the 'start', 'change' and 'sort' optional functions fire correctly. But 'update' and 'stop' do not.

The stopIt() function includes this commented out:

Let's see if the position in DOM has changed if($(self.element).prev()[0] != that.firstSibling) {

$(self.element).triggerHandler("sortupdate", [e, that.prepareCallbackObj(self, that)], o.update);

}

More information available if needed.

Attachments (1)

index.html (5.3 KB) - added by agentrickard 15 years ago.
Some test code. JS and CSS not attached.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by agentrickard

Attachment: index.html added

Some test code. JS and CSS not attached.

comment:1 Changed 15 years ago by agentrickard

When the above line is uncommented, an exception is thrown because self.pos returns null on line 91.

Commenting out line 91 allows the 'update' function to fire.

position: { left: self.pos[0], top: self.pos[1] },

Not sure what else to do or report here.

comment:2 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

This is fixed in version 1.5a. Thanks.

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.3

Milestone 1.2.3 deleted

comment:4 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.