vote up 0 vote down star

I have a user interface that makes use of scriptaculous draggables and droppables, and it works quite well, except that in IE6 performance of draggables is horrible when you have too many.

I am thinking a potential way to resolve this is to have some javascript that ononmouseover or onmousedown will make the element draggable, but onmousedown and onmouseup will make get rid of the draggable (but keep the element). Is there an easy way to make the draggable no longer draggable, or will I have to destroy and rebuild the element?

flag

1  
See stackoverflow.com/questions/1273718/… – Crescent Fresh Sep 7 at 16:47
This was the way... if you make it an answer, I'll gladly accept it. – Chris Sobolewski Sep 29 at 6:33

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.