[jQuery] Re: Interface droppables versus UI Droppables

2007-12-21 Thread Karl Delandsheere
Thanks :). The problem is that $.ui.ddmanager.prepareOffsets() isn't mentionned anywhere in the documentation. ^^ Anyway, I stopped using Droppables. I only use Draggables with some Event Delegation on "drag" and "stop". It's ... kewl ^^. But I'll try "prepareOffsets()" as soon as possible, so t

[jQuery] Re: Interface droppables versus UI Droppables

2007-12-20 Thread Paul Bakaus
Guys, there already is that feature available. It's just called a little different: $.ui.ddmanager.prepareOffsets(); (I guess). Please try if it works for you. Thanks. On Dec 20, 11:06 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > If you could file a feature request ticket here, I'd be happ

[jQuery] Re: Interface droppables versus UI Droppables

2007-12-20 Thread Richard D. Worth
If you could file a feature request ticket here, I'd be happy to take a look at it: http://dev.jquery.com/newticket Thanks. - Richard On Dec 19, 2007 6:11 AM, Karl Delandsheere <[EMAIL PROTECTED]> wrote: > > Hi! > > I'm moving a project from Interface to UI. > > When it was working with Interf