You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use nastedSortable/UI-Sortable with JSTree and it works quite well.
The only thing that doesn't work as expected is the expanding of subnodes which is normal because it's jstree specific.
So i implemented it with an onhover event that a sublist expands while the user is hovering a collapsed node in the tree.
The problem is such a behaviour makes ui-sortable unstable. I tried to use "refresh" and "refreshPosition" but it didn't help.
I'm trying to use nastedSortable/UI-Sortable with JSTree and it works quite well.
The only thing that doesn't work as expected is the expanding of subnodes which is normal because it's jstree specific.
So i implemented it with an onhover event that a sublist expands while the user is hovering a collapsed node in the tree.
The problem is such a behaviour makes ui-sortable unstable. I tried to use "refresh" and "refreshPosition" but it didn't help.
see the attached video without the hover expander, it works quite well:
https://youtu.be/exIUJUYhIKY
after enabling[1] the hover expander code(which modifies the sublist) ui-sortable goes crazy even with "refresh":
https://www.youtube.com/watch?v=AKjVNpgSsOI
expander code[1]:
The text was updated successfully, but these errors were encountered: