Re: [qooxdoo-devel] Table in Window not getting Tab keypress

2012-10-11 Thread Daniel Wagner
Window registers itself as a focus root in the constructor: qx.ui.core.FocusHandler.getInstance().addRoot(this); That affects the Tab handling so it might be the right place to start looking. Regards, Daniel On 10/09/2012 08:03 PM, Jim Hunter wrote: > I am doing some custom handling of keystro

[qooxdoo-devel] Table in Window not getting Tab keypress

2012-10-09 Thread Jim Hunter
I am doing some custom handling of keystrokes inside of a table I have created. If I test my code in the playground I am able to capture the Tab key and process it. But when I am using the table in my application, and the table is inside a popup Window, my table never gets the Tab key. Instead, the