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