mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix error causing relative columns to have 0 width under some resize conditions
This commit is contained in:
parent
9098943dd3
commit
da2dd3bd16
@ -404,7 +404,7 @@ var et2_dataview_columns = (function(){ "use strict"; return Class.extend({
|
||||
for(columnIndex = 0; columnIndex < this.columns.length; columnIndex++)
|
||||
{
|
||||
if(this.columns[columnIndex].visibility === ET2_COL_VISIBILITY_INVISIBLE ||
|
||||
col.visibility === ET2_COL_VISIBILITY_DISABLED ||
|
||||
this.columns[columnIndex].visibility === ET2_COL_VISIBILITY_DISABLED ||
|
||||
this.columnWidths[columnIndex] <= 0)
|
||||
{
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user