Resizables north/west dragging incomplete - with fix

Resizables north/west dragging incomplete - with fix


After enabling north and west resizing I discovered that elements in
the proportionallyResize array do not scale north and west. They
scale in size but not in position. Imagine you have your Resizable
div next to a div that is in your proportionallyResize array. You
resize your Resizable in the north direction (which works fine), but
the div in the proportionallyResize array gets taller but doesnt move
north. This means that one grows up, while the other grows down.
This isn't what is expected.
We've fixed this with a patch file.
Also, There is no support for Resizable containment. We've added
limited support where it is assumed that the containment is parent,
and the positioning is absolute.
We'll submit this patch file for you to use as you see fit, along with
our Selectable fixes/updates patch file by the end of the week.
Let us know if we can do anything else to help with the next release.