I''m wondering if there''s a max number of draggables. I have a situation where there are something like 60-80 draggable items and they work fine on the test server with only a handful of items, but in production with the full load they no longer work. It''s possible there''s something else different -- somehting with style sheets or something, but I wanted to see if anybody''s used drag and drop with a whole bunch of draggables? Thanks, Tom
Martin Bialasinski
2005-Aug-10 22:20 UTC
[Rails-spinoffs] Limit to the number of draggables?
On 11/08/05, Tom Wilcoxen <tomwilcoxen@gmail.com> wrote:> situation where there are something like 60-80 draggable items and > they work fine on the test server with only a handful of items, but in > production with the full load they no longer work.I am not sure what you mean by that. Dragging is done purely client-side with no server interaction. Bye, Martin
Sorry, by ''server'' I''m just referring to the different environments I''m testing on. One is a development machine in ''development'' mode and the other is our production server. Drag and drop was working in testing with around 10 items, but now in production, it is as if the css styles aren''t being applied or the div id is not unique (both of which I''m currently triple checking). The main difference at first glance is the number of dragglables I''m creating, so I was wondering if that was a known issue at all, or if, on the other hand, anybody could confirm that you can have a hundred or so draggables on screen without any trouble. Thanks, Tom On 8/10/05, Martin Bialasinski <klingeling@gmail.com> wrote:> On 11/08/05, Tom Wilcoxen <tomwilcoxen@gmail.com> wrote: > > > situation where there are something like 60-80 draggable items and > > they work fine on the test server with only a handful of items, but in > > production with the full load they no longer work. > > I am not sure what you mean by that. Dragging is done purely > client-side with no server interaction. > > Bye, > Martin >
Never mind....must get more sleep. In the production environment I''d missed uploading a file. DOH! :( On 8/10/05, Tom Wilcoxen <tomwilcoxen@gmail.com> wrote:> Sorry, by ''server'' I''m just referring to the different environments > I''m testing on. One is a development machine in ''development'' mode and > the other is our production server. Drag and drop was working in > testing with around 10 items, but now in production, it is as if the > css styles aren''t being applied or the div id is not unique (both of > which I''m currently triple checking). > > The main difference at first glance is the number of dragglables I''m > creating, so I was wondering if that was a known issue at all, or if, > on the other hand, anybody could confirm that you can have a hundred > or so draggables on screen without any trouble. > > Thanks, > Tom > > On 8/10/05, Martin Bialasinski <klingeling@gmail.com> wrote: > > On 11/08/05, Tom Wilcoxen <tomwilcoxen@gmail.com> wrote: > > > > > situation where there are something like 60-80 draggable items and > > > they work fine on the test server with only a handful of items, but in > > > production with the full load they no longer work. > > > > I am not sure what you mean by that. Dragging is done purely > > client-side with no server interaction. > > > > Bye, > > Martin > > >