Hi Denis,

ui.table.Table overrides addListener and delegates some event listeners 
including cellClick to its scroller child (or children). As a 
workaround, you can access the scrollers and also serialize their listeners:

newTable._getPaneScrollerArr().forEach(function(scroller) {
   console.log(qx.event.Registration.serializeListeners(scroller));
});


Regards,
Daniel

On 29.09.2013 09:22, deniska wrote:
> Hi, all.
>
> For some reason when I'm trying to call
> qx.event.Registration.serializeListeners for a table, it's missing cellClick
> listener, even though it has been assigned.
>
> Please see the following example:
>
> http://tinyurl.com/ow5qu3w
>
> Thanks in advance,
> Denis.
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/serializeListeners-missing-cellClick-event-tp7584689.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to