Now I've the problem that I can't move the added subject div to the top of the containment. For that div there seems to be a top padding:
But this changes if I resize the first div. Then the other divs jump a bit up. Even outside of the containment:
Clicking on the jumped div brings it back in position:
Maybe that's due to the combination of draggable and resizable.
So there're two questions for me which may be connected: Is it possible to avoid that "padding" for the divs? Or can I trigger the resize event of resizable to get the remove this padding behaviour?
I want to perform an action (jump to next input field) when the datepicker is closed. So I'm using the datepicker onclose event. But if a user is using "tab" or "shift+tab" to exit the datepicker I'm getting into trouble. So I need an information about the key (if there's one) which is used to trigger the onclose event.