[Proto-Scripty] Re: DragDrop performances

2009-10-29 Thread Mattia Locatelli
to run, I suppose the bottleneck is getting the coordinates from the browser. If anyone have any idea on how to solve this problem please post... Thanks in advance Mattia 2009/10/28 Mattia Locatelli mattia.locatelli...@gmail.com Hi all, I look with the IE8 profiler and I see the updateDrag

[Proto-Scripty] Re: DragDrop performances

2009-10-28 Thread Mattia Locatelli
Hi, I don't have any droppable on the table or anywhere in the page. There is just one draggable element and no droppables. Like in the online sample. The code to create the draggable element is this : var draggable = new Draggable(objId, { scroll: window }); Well, I think I found something: I

[Proto-Scripty] Re: DragDrop performances

2009-10-28 Thread Mattia Locatelli
Hi all, I look with the IE8 profiler and I see the updateDrag function in IE8 takes in my page 456ms and in the IE7 compatibility mode 15 ms. I think there is soem problems with the recursive execution of this function. Thanks, Mattia 2009/10/28 Mattia Locatelli mattia.locatelli...@gmail.com

[Proto-Scripty] Drag Drop

2009-10-19 Thread Mattia Locatelli
Hello all, how can i get the current position of the currently dragged element in the onDrop event? I always have the starting position. Thanks in advance, Mattia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups