I have two dojo.dnd.move.boxConstrainedMoveables within a parent dojo.dnd.move.boxConstrainedMoveable. I would like the two children to operate independently from the parent, meaning that I can drag either one of them around without dragging the parent around. Currently, when I try to do this, the parent is dragged along with them (and in fact, its constraint box changes to become the same as that of the children).
Is it possible to fix this? And if not, is there another way to do what I'm trying to do (see below)?
In case you'd like some background information, I'm trying to make a div that is draggable as well as extendable. When you click and drag inside the div, it moves around. When you click and drag on the left or right end of the box (these "ends" are each represented by another div within the div I've been talking about), it should extend or contract in the direction you drag.
I have the moving part down perfect. However, clicking and dragging on the ends causes the whole box to move, just like clicking/dragging inside the box.
I would accept another way of doing this, if anyone has one. If I'm not being clear enough about my problem, please let me know. Thanks a bunch in advance.

This can be closed; I've
This can be closed; I've found a better way of doing it. Thanks to anyone who thought about it.
Actually it is done in
Actually it is done in dojo/tests/dnd/test_Moveable.html.