|
I've been having a lot of fun with this module trying to make a proof of concept mdi web page. I was wanting to have the containerPlus containers appear inside a div section of my page only. I setup the containment option to the div and when dragging it works perfectly. When resizing a container the container can be made larger than the containment area. It seems the declaration for the resizable class in the containerPlus code doesn't actually set the containment option for resizable but the draggable declaration is setting it. Am I missing something or is this working the was it is intended to be working? |
|
That seems a bug... Add after line 96:
Change at line 205 the "start" callback with:
add as metadata of your container:
|


