Not sure if this is directly related, but the following line in
u.sortable.js is causing an "this.helper' is null or not an object
runtime error.

this.helper.remove(); this.helper = null;

(in clear: function(e, noPropagation) )
(line 619)
On Nov 19, 4:06 pm, hcovitz <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to