On Fri, Aug 19, 2011 at 08:49, Christian Hagendorn <
[email protected]> wrote:

>  Hi Derrell,
>
> ok, now it's clear for me why the focus on the button doesn't work. The
> focus is done asynchronous, that's the reason why it doesn't work. You have
> to flush all queues after the focus call. :(
>

Ok. And for anyone else looking for this solution, the particular flush
required is a call to qx.html.Element.flush(). Thanks, Christian! That's a
usable solution for the moment.

This whole thing is still broken, though. If qooxdoo allows attaching a
keyboard command to a button, then pressing that keyboard sequence should do
everything that clicking the button does. It should not require special code
in the execute handler to deal with _how_ the execute handler got called
(click or Enter)...

Derrell
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to