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 = { tableColumnModel : function(obj){
> return new qx.ui.table.columnmodel.Resize(obj); } };
> var qx_id4518102 = new
> qx.ui.table.Table(qx_id4518102_tableModel,qx_id4518102_resizeBehaviour);
>
if I replace
> qx_id4518102.getTableColumnModel().getBehavior().setWidth(0,"20%");
> qx_id4518102.getTableColumnModel().getBehavior().setWidth(1,"20%");
> qx_id4518102.getTableColumnModel().getBehavior().setWidth(2,"80%");
> qx_id4518102.getTableColumnModel().setColumnVisible(0,false);
>
with
qx_id4518356.getTableColumnModel().getBehavior().setWidth(1,100);
qx_id4518356.getTableColumnModel().getBehavior().setWidth(2,400);
qx_id4518356.getTableColumnModel().setColumnVisible(0,false);
it works (just removing
qx_id4518102.getTableColumnModel().getBehavior().setWidth(0,"20%") doesn't).
So the resize model doesn't seem to play nicely with the cell editor, I guess.
This is definitely a bug.
Thanks,
Christian
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel