From ec5f395260c5e4b678d2fe39c5405d466ee8369e Mon Sep 17 00:00:00 2001 From: Jyoti Deka Date: Sat, 7 Dec 2013 01:39:34 -0500 Subject: Resizable: modified to allow resizing when resizables are nested. Fixes #5025 Closes gh-1149 --- ui/jquery.ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.resizable.js') diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 040f029f9..dc14a53a6 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -169,7 +169,7 @@ $.widget("ui.resizable", $.ui.mouse, { for(i in this.handles) { if(this.handles[i].constructor === String) { - this.handles[i] = $(this.handles[i], this.element).show(); + this.handles[i] = this.element.children( this.handles[ i ] ).first().show(); } //Apply pad to wrapper element, needed to fix axis position (textarea, inputs, scrolls) -- cgit v1.2.3