[Seaside] Combining Droppable elements with Comet

Lukas Renggli renggli at gmail.com
Mon May 10 16:29:57 UTC 2010


Hard to tell the exact problem, but it looks like you share the same
draggables in various sessions. You have to keep and register them
separate for each session and use Comet only to let your clients know
that there are new ones.

Cheers,
Lukas


On 10 May 2010 16:27,  <webmail at pielka.de> wrote:
> Hello,
>
> I try to combine Drag&Drop with Comet. Every time I drag a list entry to a list and drop it there I want to update all comet clients with this information.
>
> Drag&Drop works fine as long as I don't render a comet instance on the page.
>
> After rendering comet instance the brwoser doesn't let me move the draggable element in most of the cases (sometimes it works).
>
> Is this a general issue with Java Script? This fails with Google Chrome, Safari and Firefox.
>
> I'm using Seaside 3.0a.
>
> Thanks,
> Kai-Uwe
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list