[Proto-Scripty] Re: Draggables inside overflow:auto div

2009-02-24 Thread Tof
ess); if(this.options.dragelement){ Element.remove(this.element); this.element = this._originalElement; this._originalElement = null; } } }) My draggables are now initialized like this : new SubsDraggable('elementid', {

[Proto-Scripty] Re: Draggables inside overflow:auto div

2009-02-24 Thread Tof
ut, it that div has been scrolled, the cloned object don't have the right position, behind the mouse. There's an offset, I think, due to the offset of the original element in the scrolled div. How can I fix this ? Thanks a lot. On 24 fév, 11:58, david wrote: > Hi tof, > > you

[Proto-Scripty] Draggables inside overflow:auto div

2009-02-22 Thread Tof
Hi, I'm sure this question has already been asked, but all answers and/or patches I've found don't work for me. I have some draggables inside an overflow:auto div. When I try to drag one element, I can't drag it outside the parent div. I'm using scriptaculous 1.8.1, but I don't see any change co