What happens when we bind movestart, move and moveend events?
Does text get selected while moving?
Can you still interact with form elements inside the div?
Does a click on a moveable node blur a form element? (Todo!)
What happens when we drag a draggable node, when no move handlers have been bound?
What happens if it is removed from the DOM while dragging?
What happens if a node is draggable AND has move events bound?