Re: [qooxdoo-devel] Inline applications and Tab key

2010-08-13 Thread Christian Hagendorn
Hi Jose, yes, that's right this is by design. The FocusHandler only works with one root. I'm not sure, but it seems to me that a global FocusHander is not possible. The FocusHandler have to work with qooxdoo widgets and all native HTML elements which can get the focus. If the FocusHandler onl

[qooxdoo-devel] Inline applications and Tab key

2010-08-12 Thread Jose Leon
Hello, Is there any way the Tab key can work on an inline application? I'm inserting qooxdoo widgets using qx.ui.root.Inline and everything works well, but I would like to make work the Tab key, but the FocusHandler seems designed to work with a single tab order per root, so it doesn't work becau