Dear TAG,
thanks a log. That was the answer to my question!!!
For everyone with the same problem, a short summary ;-)
Before defining any Draggable you must insert this
Position.includeScrollOffsets = true;
in your script.
And then define your Draggable with
new Draggable( element, { ..., scroll: $('<dropDiv>') } );
But don't ask me, if you have more than one "dropDiv" ;-)
Regards,
Tobias
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---