Hi,

I'm using the qx.ui.virtual.layer.WidgetCellSpan v0.8.2
and have noticed following:

1. If colSpan=2 is declared:
   I have an Atom in the cell with an own "click" event listener.
   This is not reached anymore. Having the Atom without colSpan
   it works fine.
   The spanned cell returns a
     qx.ui.core.Spacer();
     with setUserData("spannedcell", 1);

2. Accessing a Cell-Widget fails for a spanned col/row:
     var widget = this.widgetCellSpan.getCellWidget(e.getRow(), 
e.getColumn());
   returns the Spacer.
   How can I access my Atom at this place by row/column?
   (my Atom Icon is visible and should exist).

3. Using GridLines constructor fails:
   new qx.ui.virtual.layer.GridLines("horizontal", "red", 5);
   Leaving the 5 away and it works again.
     GridLines.js:47 this.setSetDefaultLineSize(lineSize);
   contains a typo.
 
Does it make sense to use the current svn qooxdoo-svn/trunk?

Thank you
Marcel

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to