Paul,
If you view the demo of ui sortable at:
http://ui.jquery.com/repository/latest/demos/functional/#ui.sortable
you can get some sample code to recreate the problem, so long as you
add parameter "revert" to the sortable declaration and set it to
"true", as in:
$("#selectedUsers").sortable({
connectWith: ["#userList"]
,revert: true
});
While the draggable element is animating back into position, if you
click just at the right time near the elements border, the elements'
css visible property gets (erroneously) set to "hidden".
Thanks,
Howard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---