[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC]: orderFront fixes
From: |
Adam Fedor |
Subject: |
Re: [RFC]: orderFront fixes |
Date: |
26 Nov 2003 22:31:48 -0700 |
On Wed, 2003-11-26 at 22:03, Adam Fedor wrote:
> These patches make orderFront: and related methods work
> better.Unfortunately there is a problem with the window manager (at
> least WindowMaker), where iconified or closed windows are sent a "Take
> Focus" message when they are ordered in, which makes the application
> active when it shouldn't be. We would have to change how the window
> manager behaved to fix that problem.
>
>
Actually, not true - we could probably tie a "Take Focus" message to the
original orderwindow request and ignore it - I'll work on that.