Author: dmorozov
Date: 2007-06-21 13:12:20 -0400 (Thu, 21 Jun 2007)
New Revision: 1267
Modified:
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/GridBody.js
Log:
Make resize for splash before showing.
Modified:
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/GridBody.js
===================================================================
---
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/GridBody.js 2007-06-21
17:00:54 UTC (rev 1266)
+++
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/GridBody.js 2007-06-21
17:12:20 UTC (rev 1267)
@@ -481,8 +481,8 @@
if(!this.splash) {
this.setProgressCtrl(new ClientUI.common.box.SplashBox(null, this.getElement(),
300));
}
+ this.splash.setSize(this.scrollBox.getViewportWidth(),
this.scrollBox.getViewportHeight());
this.splash.show();
- this.splash.setSize(this.scrollBox.getViewportWidth(),
this.scrollBox.getViewportHeight());
this.splash.updateLayout();
},
forceReRender: function() {
Show replies by date