This seems to fix the issue:

var row = e.getRow();
var col = e.getColumn();
tree.startEditing();
dataModel.setValue(col, row, '');

Setting the model to '' gets rid of the shadow.  The previously existing
value is still editable.  Let me know of any better techniques.

Thanks,
Bill

-----Original Message-----

So editing works correctly on my TreeVirtual, using startEditing(),
after using setColumnEditable() on the model.

However, when a cell is editing, its text has a white "shadow". It looks
like the ghost on an old TV.  

I'm using 0.7.2.  Would upgrading help?  Is there another remedy?

Thanks,
Bill


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to