Re: [qooxdoo-devel] Command in an Iframe

2007-07-30 Thread Fabian Jakobs
Elie Dumas schrieb: > Hi list, > > My app uses some qx.client.commands (Ctrl+N, Ctrl+S...) and an Iframe. > But when the focus is in the Iframe, the commands cannot be executed > any longer, they don't react any more. > > For example : > var iframe = new qx.ui.embed.Iframe('http://www.google.c

[qooxdoo-devel] Command in an Iframe

2007-07-30 Thread Elie Dumas
Hi list, My app uses some qx.client.commands (Ctrl+N, Ctrl+S...) and an Iframe. But when the focus is in the Iframe, the commands cannot be executed any longer, they don't react any more. For example : var iframe = new qx.ui.embed.Iframe('http://www.google.com'); iframe.setTop(100);