On Thursday 22 June 2006 17:56, [EMAIL PROTECTED] wrote: > Good point. Hard to debug without an example. I didn't realize that > DragAndDrop/Sortables were so new. > > Here's a quick and dirty test page that I put together to illustrate. > Trying to add scroll:true or ghosting:true to the options in the init > script will really make things weird/ugly.
scroll is not a boolean, it is the id of the "Element to scroll around"(from mochikit.docs.dragandrop) BTW when i set scroll to a <div> (with style="overflow:auto"), if the div is scrolled down, the dragged element suffers an offset and is impossible to drop it on the lower positions of the sortable list. Example attached, tested on Firefox and Konqueror. PS: i did not start a new thread because this one seems appropiate(subject at least). -- Luciano --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit -~----------~----~----~----~------~----~------~--~---
i'm the div 1
i'm the div 2
i'm the div 3
i'm the div 4
i'm the div 5
i'm the div 6
i'm the div 7
i'm the div 8
i'm the div 9
