Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does "connectWith" Even Work? #87

Open
Spiderkeg opened this issue Apr 25, 2013 · 3 comments
Open

Does "connectWith" Even Work? #87

Spiderkeg opened this issue Apr 25, 2013 · 3 comments

Comments

@Spiderkeg
Copy link

I created two very simple ordered lists, both with unique IDs and same class. I applied the connectWith option, using the same class.

While I can move an item from one list to another, the nesting function stops working at that point. If the connectWith options is commented out, the nesting functionality begins working again.

Is this a known problem or is there something very specific I should be applying? Any ideas?

@nback5
Copy link

nback5 commented Apr 29, 2013

This proves it works

http://jsfiddle.net/jhogervorst/Ge7eK/9/

@Spiderkeg
Copy link
Author

Yes, yes it does, with jQuery 1.7.2 and jQueryUI 1.8.18. I just tried your link with jQuery 1.9.1 and jQueryUI 1.9.2 and it didn't work. I also wrote up a scenario where Sortables and nestedSortables were working together, with root parents and nestedsortable children, of which the newer jQuery doesn't work but the older 1.7.2 jQuery does work. So you are half-correct... it does work with the older version.

Older: http://jsfiddle.net/Ge7eK/130/
Newer: http://jsfiddle.net/Ge7eK/131/

Older: http://jsfiddle.net/Ge7eK/132/
Newer: http://jsfiddle.net/Ge7eK/133/

@Mikeyheu
Copy link

Have the exact issue as well. My other plugins require newer versions of jQuery and jQuery UI.

hmhofman pushed a commit to hmhofman/nestedSortable that referenced this issue Oct 18, 2016
_clearEmpty improvements, toArray data collection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants