strange problem with sortable/draggable
Hi,
I've implemented the sortable and draggable in my website like the
example on the jQuery site. The problem is that when I open the page,
and try to drag an item into the sortable it doesn't work. When I
touch an item in my sortable (only move 1 or 2 pixels) and then
release it again, it works like a charm.
The problem I think is that the sortable isn't listning to the
draggable, only after touching the sortable items, it is starting to
listning.
Maybe for being complete. The 2 lists are build with ajax. I've tried
a lot of things. Moving the init around of the sortable and draggable,
calling enabled on the sortable
Does anybody know this problem, or knows yet antoher way to get it
working ?
Regards,
Bert
--