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);
    iframe.setLeft(100);
    iframe.setWidth(900);
    iframe.setHeight(400);
    d.add(iframe); 
    
    var command = new qx.client.Command('Ctrl+Z');
    command.addEventListener("execute", function(e){
        this.warn("Ctrl+Z !");
    }, command);

--> Is it a bug ?... If this is normal, how should i catch the commands 
(shortcuts) when the focus is in the Iframe?

I would greatly appreciate any help with this... 
Thanks a lot

Elie




      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to