Hi,
there is a quick fix for that issue, you can provide a custom
qx.ui.table.pane.Scroller (Inheritance). 
In the constructor you could something like:
var focusInd = this.getChildControl("focus-indicator");
if (focusInd && this.getShowCellFocusIndicator()) {
  focusInd.setDecorator("table-scroller-focus-indicator");    
}
else {
  this.debug("Daaaaaaaaaanm");
}
I know...not the best solution, but a quick one. 
Now lets have a nice weekend. :)
 
Rob.

>>> "Robert Nimax" <robert.ni...@inform-ac.com> 9/3/2010 3:59 >>>
Hi all,
once again focus indicator of table cells:
We have been migrating from 1.1 to 1.2 with success. But I noticed a
problem with the focus indicator of table cells, because it is not
rendered or created somehow. Please have a look at the demo browser:
http://demo.qooxdoo.org/current/demobrowser/#table~Table.html
As you can see, e.g. column "A number" is editable. But if you focus a
cell, there will be no focus indicator. If you double click the editable
cell, you can edit anyway. The funny thing is...after this there will be
a focus indicator. :)
I don“t think, this behaviour is intended, but I did not any entry in
bugzilla. So...maybe this is a bug ?
 
Thanks and best regards,
Rob.
 
 
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to