Desired: non-child handler for resizable element

Desired: non-child handler for resizable element

<div dir="ltr">A current limitation of the Resizable interaction is that any handler object specified must be a child of the element that is being resized.
This causes problems if the resized element has scrolling contents (when the scroll bar is used, the resize handler moves from its anchor on the element edge).
It would be better if the element passed as the resize handler (say for example the 's' handler) needn't be a chiuld of the resizing element.
The jquery-ui wiki itself (<a href="http://wiki.jqueryui.com">http://wiki.jqueryui.com</a>) has a good example of this with its resizeable 'Navigator' box in the right hand side bar.
- Eric
</div>