I am trying dhtmlxLayout and the program crashes if I resize the browser. Here is my code:
It opens 4 cells (one on top and 3 on bottom horizontally). If I enlarge the browser horizontally, the cell “b” and “c” are fixed, and the cell “a” and “d” resize (enlarge horizontally). But, if I reduce the browser horizontally, the cell “a” and “d” resize until the “d” width=0 and then the program crashes. The debugger error is “0x80070057 - JavaScript runtime error: Invalid argument” on the code “this.cell.style.width=m+‘px’;”.
I tried adding “layout.setAutoSize(“c”, “a”);” but no help. the cell “c” is still fixed.
Did I miss some thing?
p.s. I am using IE 11.