Skip to main content

Search and Top Navigation

Ticket #3693: resizable-alsoresize.patch


File resizable-alsoresize.patch, 0.6 KB (added by scottgonzalez, December 23, 2008 05:00AM UTC)
Index: /Users/sgonzale/Documents/workspace/jQuery UI/ui/ui.resizable.js
===================================================================
--- /Users/sgonzale/Documents/workspace/jQuery UI/ui/ui.resizable.js	(revision 1221)
+++ /Users/sgonzale/Documents/workspace/jQuery UI/ui/ui.resizable.js	(working copy)
@@ -606,7 +606,7 @@
 			});
 		};
 
-		if (typeof(o.alsoResize) == 'object') {
+		if (typeof(o.alsoResize) == 'object' && !o.alsoResize.parentNode) {
 			$.each(o.alsoResize, function(exp, c) { _alsoResize(exp, c); });
 		}else{
 			_alsoResize(o.alsoResize);

Download in other formats:

Original Format