[eGroupWare-svn] r55771 - /trunk/egroupware/api/js/etemplate/et2_dataview_model_columns.js

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: nathangray
Date: Tue Apr 19 00:08:41 2016
New Revision: 55771

URL: http://svn.stylite.de/viewvc/egroupware?rev=55771&view=rev
Log:
Fix error causing relative columns to have 0 width under some resize conditions

Modified:
    trunk/egroupware/api/js/etemplate/et2_dataview_model_columns.js

Modified: trunk/egroupware/api/js/etemplate/et2_dataview_model_columns.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/js/etemplate/et2_dataview_model_columns.js?rev=55771&r1=55770&r2=55771&view=diff
==============================================================================
--- trunk/egroupware/api/js/etemplate/et2_dataview_model_columns.js (original)
+++ trunk/egroupware/api/js/etemplate/et2_dataview_model_columns.js Tue Apr 19 00:08:41 2016
@@ -404,7 +404,7 @@
 			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;


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.