mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 16:42:44 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user