[richfaces-svn-commits] JBoss Rich Faces SVN: r678 - trunk/sandbox/scrollable-grid/src/main/javascript.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 7 14:34:32 EDT 2007


Author: abelevich
Date: 2007-05-07 14:34:32 -0400 (Mon, 07 May 2007)
New Revision: 678

Modified:
   trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js
Log:


Modified: trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js
===================================================================
--- trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js	2007-05-07 18:34:16 UTC (rev 677)
+++ trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js	2007-05-07 18:34:32 UTC (rev 678)
@@ -145,7 +145,8 @@
 			Element.show(this.logElement);
 			this.logElement.setStyle({width: this.width + 'px'});
 			this.logElement.setStyle({height: this.height + 'px'});
-			this.logElement.setStyle({top: (this.getWindowHeight() - this.height - 10) + 'px'});
+			//this.logElement.setStyle({top: (this.getWindowHeight() - this.height - 10) + 'px'});
+			this.logElement.setStyle({top: 10 + 'px'});
 			this.logElement.setStyle({left: (this.getWindowWidth() - this.width - 10) + 'px'});
 		}
 	},




More information about the richfaces-svn-commits mailing list