You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/03/07 00:02:27 UTC

svn commit: r515381 - /incubator/xap/trunk/codebase/src/xap/widgets/dojo/VerticalPanel.js

Author: jmargaris
Date: Tue Mar  6 16:02:23 2007
New Revision: 515381

URL: http://svn.apache.org/viewvc?view=rev&rev=515381
Log:
added comment

Modified:
    incubator/xap/trunk/codebase/src/xap/widgets/dojo/VerticalPanel.js

Modified: incubator/xap/trunk/codebase/src/xap/widgets/dojo/VerticalPanel.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/widgets/dojo/VerticalPanel.js?view=diff&rev=515381&r1=515380&r2=515381
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/dojo/VerticalPanel.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/dojo/VerticalPanel.js Tue Mar  6 16:02:23 2007
@@ -145,6 +145,10 @@
     },
     
     onParentResized: function(){
+    	//IMPORTANT for efficiency if _totalFlex is zero
+    	//can we use the old behavior and check isResized()?
+    	//Seems like it but not 100% sure.
+    	
     	
     	//This used to do a check against isResized()
     	//however that check fails on FF some times.