I think you got an overflow hidden, scroll oder anything else for the
lists right?
The problem is, that the dragged items are hidden by this css overflow
tag!

My solution was to set the 'containment' of the draggable objects to
'window'.
I hope this will help you :) .

On 24 Sep., 10:41, JissĂ© <[email protected]> wrote:
> I have a page with 2 lists. Each list is populated with a $.get()
> call. I want to drag drop from list1 to list2.
>
> Drag/drop works but there's a visual problem : during drag, when mouse
> exits list1, the dragged content disappears. Drop works but I don't
> see the content over list2.
>
> If I create the page with static lists, drag/drop works normally.
>
> What can I do to correct the problem ?

--~--~---------~--~----~------------~-------~--~----~
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