Project

General

Profile

RE: WTreeView items squeezed into invisibility » w-tree-view-fix-broken-col-width.patch

Jan Lindemann, 09/15/2014 10:09 PM

View differences:

src/js/WTreeView.js
$(el).find('.Wt-headerdiv .' + c0id).css('width', c0r.style.width);
}
if (c0r.style['width'] == 'auto') {
return;
}
/*
* IE6 is still not entirely right. It seems to be caused by a padding
* of 7 pixels in the first column which gets added to the width.
*/
allw = allw_1 + WT.pxself(c0r, 'width') + (WT.isIE6 ? 10 : 7);
if (!rowHeaderCount) {
(1-1/2)