I add tolerance: "pointer" to the draggable constructor right? each draggable cell is also a droppable. it looks like nothing has changed :(
On Mon, Sep 1, 2008 at 5:02 PM, Nate Laws <[EMAIL PROTECTED]> wrote: > > How many droppables do you have? The amount of droppables can slow > things down. Setting tollerance to 'pointer' may help quite a bit. > > > On 8/31/08, LinskI <[EMAIL PROTECTED]> wrote: > > > > Hello :) > > > > I have a "dynamic table" made solely out of div elements . row looks > > like this: > > cell, horizontal gutter, cell... > > vertical gutter, center gutter, vertical... > > > > I made the basic draggable functionality (like the example in api > > docs) and from the time of the click to the showing of the helper > > passes a formidable amount of time (not quite sure that i have the > > right word here, i mean to say that you notice the lag) it is nothing > > bad but it's noticeable. > > > > the table has 10x10 draggable cells but on each cell there comes > > another 3 nondraggable divs. > > I'm using JQuery 1.2.6, FF3.01 on a single core 2GHz, 2 GB of RAM > > > > is this normal behaviour? > > > > tnx for reading :) > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
