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