Re: [qooxdoo-devel] Problem with focus, Window and Popup

2010-05-25 Thread Christian Hagendorn
Hi, the focus call on a window widget instance has no effect to set a window active (blue title bar). The window API has a property for that, here an example: popup.addListener(disappear, function(e){ window.setActive(true); button1.focus(); }); This should do what you are expect. Cheers,

[qooxdoo-devel] Problem with focus, Window and Popup

2010-05-22 Thread rsantiagopaz
Hi. I have this little problem controlling the focus between windows and popups. Try this example. When click on Close popup button, why the focus return to Show popup button, but not the window? Really, the focus return to window, but the window's title bar remains white, not blue. When click