This behavior can be seen in both IE and Firefox.
On Nov 19, 11:48 am, hcovitz <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---