On 28 Oct 2009, at 14:36, MattiaLocatelli wrote:

> I'm experiencing a performance problem with drag and drop.
>
> I drag an image on an html table.
> I have only one draggable element (the image) and the problem is that
> until the table is not big in size (let's say 7 columns and 30 rows)
> the drag effect is very smooth, but when the size of the table is
> bigger the performance of the drag operation is very rough.
> I'm testing it in IE8.
> Any idea is welcome.

You're quite vague, but I'm suspecting you have a droppable on every  
table cell. What you'll need to do, is make the table itself a  
droppable (only one) and the use the drop coordinates to find out on  
what cell the draggable was dropped.


Best regards

Peter De Berdt


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to