Hi,
I'd run into problem when I try have sortable inside sortable and those sortables should be connected - basically structure is following:
<ul>
<li>
<li>
<li><ul>
<li>
<li>
</ul></li>
<li>
</ul>
UL's are connected sortables, but when I try drag items from one to another, item start to flicker.
Is there any simple solution that I am missing?