CSS fix for the live loading.

Monotone-Parent: 7c436d762d93b096889be8f7c7eede7e227b0efd
Monotone-Revision: a7ffefd73526ec82019cd487dbeacfa8219526c9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-05-28T20:06:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-05-28 20:06:24 +00:00
parent 2ea9dc0e6e
commit 990940cf25
2 changed files with 4 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ var SOGoDataTableInterface = {
this.columnsCount = this.rowModel.select("td").length;
this.rowHeight = this.rowModel.getHeight();
// log ("DataTable.bind() row height = " + this.rowHeight + "px");
},
setRowRenderCallback: function(callbackFunction) {
@@ -216,7 +217,7 @@ var SOGoDataTableInterface = {
}
this.body.refreshSelectionByIds();
// log ("DataTable._render() top gap/bottom gap/total rows = " + this.rowTop.getStyle('height') + "/" + this.rowBottom.getStyle('height') + "/" + this.body.select("tr").length + " (height = " + this.down("table").getHeight() + "px)");
log ("DataTable._render() top gap/bottom gap/total rows = " + this.rowTop.getStyle('height') + "/" + this.rowBottom.getStyle('height') + "/" + this.body.select("tr").length + " (height = " + this.down("table").getHeight() + "px)");
// Save current rendered view index and count
this.renderedIndex = start;