[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Window Focus
From: |
Adam Fedor |
Subject: |
Re: Window Focus |
Date: |
23 Nov 2003 21:29:24 -0700 |
On Sun, 2003-11-23 at 21:12, Rob Burns wrote:
> with the recent window focus changes, I noticed that the 'Windows'
> menu stopped working. The document windows are shown, but clicking on
> them doesn't bring the window to the front. Also, There is still a
Actually that's due to this fix:
2003-10-20 Adam Fedor <fedor@gnu.org>
* Source/NSApplication.m (-changeWindowsItem:title:filename:):
Use deminiaturize to get the window back.
which was wrong, but was due to a bug report that was really related to
the fact the that -[NSWindow orderFront:] does not order a window front
when the app is inactive. I'm working on really fixing the problem, but
it's a little tricky so I want to make sure I have it correct.
> problem with 'windowshaded' windows. Though, thats probably app-focus
> related rather than window-focus related. When the window is shaded,
> and you select a different app, the app menu won't dissapear. Other
> than that it works great.
That's a new one to me. I'll have to check that out.