Thanks Naren but it's not working. I don't need to scroll the window when I drag. I scroll before I drag. But the droppables are not scrolling with the div :(
I have a calendar in a div which scrolls. I scroll the calendar before I drag the appointment into place. When dragging the appointment into place it still seems to have the droppable values before the scroll! It's now beginning to drive me to drink lol. Any ideas? On 6 June, 05:59, Naren <[email protected]> wrote: > Hi Derren , > > You can set scroll: window when you creating dragable div (time in > your case) > > like > > Draggable(id,{ > handle:handle, > scroll: window, > revert:true > }); > > when you set scroll:window it handle your scroll event. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

