Nested Droppables

Nested Droppables


Team,
I have a form builder that uses nested droppables that simply does not
work. I've used jquery long enough to feel like this might be a
jquery ui droppable bug.
The best way to visualize this is to imagine a tool for building
multiple forms. You have a canvas droppable and a palette of form
elements and the form canvas as draggables.
x. First drag the form mini-canvas to the main canvas.
x. Then drag the form elements you want in each form to that form's
mini-canvas.
Unfortunately the drop of the created droppables is not working so I
am not able to add any elements to my created form canvases.
I either need you to tell me that this can't be done or where to look
in the code to fix the problem. I can post an example link if I can
get someone interested in helping with the fix.
Also, as a part of this project I've added droppableToggle() to the
ui.droppable interface. Where shall I post the code?
Thanks in advance,
J