Re: buggy sequence: miniaturize/close/makeKeyAndOrderFront

2014-08-23 Thread Cosmin Apreutesei
> I encountered this same issue. Making the window a one-shot window > (window.oneShot = YES) works around it. Hi Ken, Thank you very much, that worked! I also posted this question on so[1] if you want to answer it there too. Thanks again, Cosmin. [1] http://stackoverflow.com/questions/2545

Re: buggy sequence: miniaturize/close/makeKeyAndOrderFront

2014-08-22 Thread Ken Thomases
On Aug 22, 2014, at 10:01 AM, Cosmin Apreutesei wrote: > I noticed that the sequence: > > setReleasedWhenClosed(false) > miniaturize > close > makeKeyAndOrderFront > > results in a visible window for which _hovering_ on the standard > titlebar butons doesn't work (clicking on the buttons a

buggy sequence: miniaturize/close/makeKeyAndOrderFront

2014-08-22 Thread Cosmin Apreutesei
Hi, I noticed that the sequence: setReleasedWhenClosed(false) miniaturize close makeKeyAndOrderFront results in a visible window for which _hovering_ on the standard titlebar butons doesn't work (clicking on the buttons and moving/resizing the window does work). The problem is the minia