Dynamic containment of Resizable and Draggable

Dynamic containment of Resizable and Draggable

I am using the  Resizable Widget to implement a resizable element which is contained by its parent. Now I want to have the parent be dynamic which means that its dimensions might change during the resizing process. The problem is that JQuery UI does not update the containment data before the end of the resizing process. Therefore I am wondering if it is possible to manipulate the containment data that the Resizable Widget is using during the resizing.

This post originates from a  stackoverflow question .