Re: [qooxdoo-devel] Table Problem: constantly growing width

2007-09-05 Thread bibliograph
it must have to do with the Resize behavior. bibliograph schrieb: > var qx_id4518102_tableModel = new qx.ui.table.model.Simple(); > qx_id4518102_tableModel.setColumns(['Property','Label','Value']); > qx_id4518102_tableModel.setColumnEditable(2,true); > var qx_id4518102_resizeBehaviour = { tableCol

[qooxdoo-devel] Table Problem: constantly growing width

2007-09-05 Thread bibliograph
Hello, I am doing complex layouts involving Table and TreeVirtual and constantly run into a wierd problem: under specific circumstances, the Table and the TreeVirtual (which inherits from the Table) start growing in their width without stopping, eventually resulting in a browser crash. There must