[Seaside] Combining Droppable elements with Comet

Kai-Uwe Pielka webmail at pielka.de
Mon May 10 18:53:06 UTC 2010


Lukas,

thank you very much. It helped to know that it should work at all.
I copied SUDragDropTest and enhanced by Comet and it works.
Now I can investigate why my class does not work.

Thanks,
Kai-Uwe


Am 10.05.2010 um 18:29 schrieb Lukas Renggli:

> 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
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list