Skip to content

Conversation

NiGhTTraX
Copy link
Contributor

No description provided.

@NiGhTTraX
Copy link
Contributor Author

Updated the commit:

  • a draggable being dragged over a connected sortable should fire the over event.
  • starting to drag an element in a connected sortable should fire the over event.

});
$( ".connectWith" ).sortable({
connectWith: ".connectWith",
over: function( e, ui ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e --> event

That change needs to happen a few times in this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every test uses that notation, not only the ones I added. There should be a separate commit changing every occurence if needed.

@tjvantoll
Copy link
Member

This does seem to fix the problem: http://jsfiddle.net/tj_vantoll/n5c4C/.

Fix #9335: over & out events does not consistently fire.
Conflicts:
	tests/unit/sortable/sortable.html
@mikesherov
Copy link
Member

I'm going to land this because it works. :-)

@mikesherov
Copy link
Member

Thanks! Landed in 1cfebf8

@mikesherov mikesherov closed this Aug 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants