From: Chris Date: Tue, 10 Dec 2013 05:34:16 +0000 (+0800) Subject: Roo/Resizable.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=130f9dd09618282f4a930bd463216740f18d522d Roo/Resizable.js --- diff --git a/Roo/Resizable.js b/Roo/Resizable.js index 9bbb7b03f9..25dd20f5c5 100644 --- a/Roo/Resizable.js +++ b/Roo/Resizable.js @@ -506,7 +506,7 @@ Roo.extend(Roo.Resizable, Roo.util.Observable, { case "southeast": case "east": h = oh * (w/ow); - h = Math.max(Math.max(mh, h), mxh); + h = Math.min(Math.max(mh, h), mxh); w = ow * (h/oh); break; case "south":