Some things inside Ext.ux.util.Droppable may seems strange.
This is because I have not enough information about the Sencha Touch architecture.
Maybe something can be implemented easier and better. Do not hesitate to tell me - how.
Is it possible to create portal-style drag-drop demo using your example as a prototype?
I think it is possible to implement portal-like app using Draggable component only. But I'd better leave this example simple. Portal-like application is a separate and complex task.
If someone offers me a job about - I will be happy
Hi all,
This library is really great. Thanks a lot. I just have a big problem that I can't solve. When I put the container draggsCnt in a scrollable mode, the three draggables containers are invisible when they are dragged outside draggsCnt container. I tried a lot of things but not works at 100%.
Thank you in advance to all for your support,
Regards,
Frederic
Hi,
I put scroller.setDisabled(true) in the dragstart event and scroller.setDisabled(false) in the dragend event.
The scrolling is blocked and it's better for my application but the dragged elements are still invisibles outside the draggsCnt container.
I tried also to play with the draggsCnt container's setScrollable method (false - dragstart, horizontal - dragend) but without good results.
What do you think a can do now?
Regards,
Frederic