Hi Marcel,

some areas of the virtual widgets are still in a very early state. The 
cell spanning is one such area. I have opened bug reports for your 
issues. If you want to track these bugs you can add yourself on the 
bugs' CC list.
> 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);
>   
<http://bugzilla.qooxdoo.org/show_bug.cgi?id=2258>
> 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).
>   
<http://bugzilla.qooxdoo.org/show_bug.cgi?id=2259>
> 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. 
>   
<http://bugzilla.qooxdoo.org/show_bug.cgi?id=2260>
> Does it make sense to use the current svn qooxdoo-svn/trunk?
>   
The trunk is currently in a stabilizing/bug fixing phase so it should be 
safe to use. As I said the virtual widget stuff is still in development, 
if you plan to use them I strongly suggest you use the svn trunk. This 
way you can quickly incorporate any bug fixes we make in this area.

Best Fabian

-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Telefon: +49 721 91374-6784
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
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