d2fa4b4
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Dialog: fix dialog height from being reset after drag in Safari. related to r2152 and #4252
@@ -341,6 +341,8 @@ $.widget("ui.dialog", {
handles: resizeHandles,
stop: function() {
$(this).removeClass("ui-dialog-resizing");
+ options.height = $(this).height();
+ options.width = $(this).width();
(options.resizeStop && options.resizeStop.apply(self.element[0], arguments));
$.ui.dialog.overlay.resize();
}
d2fa4b4