Hi!
I need a help to join those components into an application.
All I want to do is create a container that receive elements dynamically created with the Droppable UI, maintaining the top and left attributes.
This must be a one way drop, after the drop event append the element, it will never leave his container.
If possible, when any of the "span" touch another one this must be an invalid movement, sending only the "wrong span" (one or more) back to it's start position.
Also, when I select a group of "spans" I can drag them, except the one that I am holding the mouse over it, outside of the container. Can I classify this a wrong movement, like I said before, and send the whole group, or just a few that quits the container, back to it's start position?
I did some research and I tried to create a simple example of my problem, but it's a little buggy, maybe CSS issues, I don't know...
Thank you.