X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=25a2ef0ba0026e393bfee78cf8efdab2033211c4;hb=f962645f0f11681a4e2765e3c24389a7e552ecf9;hp=d4047dd39a94188c43ce0a61a33e5026a30e0d35;hpb=5a102d9649fe4dd1ffe71be6922f83c6b1261c61;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index d4047dd39a..25a2ef0ba0 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -27334,7 +27334,13 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { if (this.colWidths[0] != false && table[r][c].colspan > 1) { var el = Roo.htmleditor.Block.factory(table[r][c].cell); var width = 0; + var lv = false; for(var i = 0; i < table[r][c].colspan; i ++) { + if (typeof(this.colWidths[c + i]) != 'undefined') { + lv = this.colWidths[c + i]; + } else { + this.colWidths[c + i] = lv; + } width += Math.floor(this.colWidths[c + i]); } el.width = width +'%';