#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)
Change History (5)
Changed 15 years ago by
Attachment: | index.html added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in version 1.5a. Thanks.
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Some test code. JS and CSS not attached.