On Friday 23 June 2006 14:34, Luciano Ruete wrote: > 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.
ticket and example submitted on mochikit's trac: http://trac.mochikit.com/ticket/140 I've tried to solve this but for now without good results. -- 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 -~----------~----~----~----~------~----~------~--~---
