Re: [Proto-Scripty] Draggables inside div with overflow:scroll

2013-05-07 Thread Walter Lee Davis
On May 7, 2013, at 7:30 AM, ayson...@gmail.com wrote: > I have created two divs. One is for draggable objects. Another for the area > where they should be dropped. > The both divs should have the same height and if there are large number of > draggables to have scrollbar. > > When I add overfl

Re: [Proto-Scripty] Draggables inside div with overflow:scroll

2013-05-07 Thread Jason Westbrook
I actually had the exact same problem with the Draggables and Droppables If you add {ghosting:true} to the options then Draggables will create a copy of the DIV and attach it to the body element, (outside the containing scrolling div) - but the downside is when you drop it you have to recreate the

[Proto-Scripty] Draggables inside div with overflow:scroll

2013-05-07 Thread aysonway
I have created two divs. One is for draggable objects. Another for the area where they should be dropped. The both divs should have the same height and if there are large number of draggables to have scrollbar. When I add *overflow: scroll* to the div with draggable objects, then drag-and-drop

Re: [Proto-Scripty] Draggables inside a droppable parent with overflow: scroll

2010-07-08 Thread Benjamin Smith
I've seen similar problems when using scrollable divs and the drag/drop features of Scriptaculous. It seems to be caused by the fact that Scriptaculous's drag/drop features don't account for the scrolling of intermediate widgets between an element's real position on the screen and its position rela

[Proto-Scripty] Draggables inside a droppable parent with overflow: scroll

2010-07-07 Thread Yuri Leikind
Hello all, I am stuck here with a problem. There's a scrollable div on a page (overflow-y: scroll) with draggables inside, I will call them draggables type A for the sake of simplicity. There's a droppable area for draggables of type A. Dragging these from inside the scrollable area works perfect

[Proto-Scripty] draggables...

2009-06-19 Thread Avram
I'm working through Andrew Dupont's great book, "Practical Prototype and script.aculo.us". The "draggables" example in the sample code isn't working. Does anyone know if this is a known problem? The "sortables" example works, so I assume all the files are in the correct location. --~--~

[Proto-Scripty] Draggables/Droppables grid problem

2009-06-15 Thread adamski
I'm working on a 3 column grid of draggable objects. Draggables are Droppable on any other Draggable, where they are placed just above after a successful ajax call. I have all logic and ajax stuff in place. Its kinda working, but - the interface is quite jumpy, and seems to have a problem moving

[Proto-Scripty] Draggables mouse problem in an overflow-ed div

2009-03-21 Thread Gil
Hi everyone, I'm having some troubles with draggable images inside a div (overflow: auto; position: relative). If I scroll the div to drag an image in the newly displayed area, there's quite a gap between the mouse pointer and the image i'm dragging. I'm using a 2 column CSS design (that's to ex

[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

[Proto-Scripty] draggables revert option don't behave correctly

2009-02-06 Thread irek s
I have got problem with droppables and draggables elements: When I drag draggables object over droppables I display an alert and if someone choose [ok] then the draggables is put correctly into droppables object and this is fine, but when someone choose [close] then draggables element stays in pla

[Proto-Scripty] draggables/droppables on IE

2009-01-08 Thread Rich
Hi, I am using AJAX on Rails specifically draggables and droppables. I do not have any problem when using FireFox but I am having major issues with IE 7. I have a bunch of draggables with a class 'letter' and many droppables that accepts 'letters'. For some reason the droppables do not work on

[Proto-Scripty] Draggables contained by draggables

2008-09-19 Thread bluezehn
I'm building a diary app. I have week divs, within each there are 7 day divs. The day divs are draggable onto another day to copy across that day's events - likewise with a whole week. Dragging days around works absolutely fine. However, when I drag a week and it then reverts, dragging a day wit

[Proto-Scripty] Draggables needs remove (like Droppables)

2008-09-18 Thread Grego
I would like to do a '.remove' of a draggable element after I drop it on a droppable item. The problem is I only have the element available at that time, and it looks like you need the element's draggable handle so that you can call '.destroy' on it. It would be better to have a '.remove' functio

[Proto-Scripty] Draggables

2008-09-07 Thread Cosmin Marginean
Hello everyone, I am trying to customize a Draggable by changing the draggable item class when the drag starts to I can highlight which item is being dragged (I am using a combination with ghosting and revert). I have two issues here: 1. When setting this className on the dragging item, I only ge