I’m using dynamic element and iframe for dialog functionality
$( '<div id="dialog"><iframe src="myHtml.html"></iframe></div>').dialog();
The problem:
When trying to re-size to smaller size than iFrame can be the mouse is ‘captured’ and continuing to re-size even when the button is up.
This is a known issue tracked in Dialog cannot be dragged properly with IFRAME