On 2005-03-22, Matthieu Moy <[EMAIL PROTECTED]> wrote: > When layer 2 objects are present on screen, there are currently two > focus policies : > > 1) The object is passive and will never get focus > > 2) The object is active and will never give focus back to layer 1
There have been a few changes to layer2 focus policies recently, and currently passive layer2 regions can receive focus. They just can't block layer1 from receiving it, and aren't given the focus when the mplex is given the focus and they don't already have it within it, unlike non-passive (not same as active here; active means having the focus) layer2 regions. > I'm not sure those behaviors was bugs. Sometimes, it may be handy to > have this "click to focus" or "focus follow mouse". At some point non-passive layer2 objects were giving focus to layer1, and this was a bug. Then there was another bug that caused layer2 objects to disappear under heavy load because of synchronisation problems with X focus event processing and internal state. Otherwise the changes have been about finding the right focus policy. -- Tuomo
