Displaying 2 results from an estimated 2 matches for "click_to_focus".
2006 Jul 13
1
[Patch] Raising windows in scale plugin
Hello,
I have recently noticed a small bug in the scale plugin. This bug
only occurs when click_to_focus is disabled, and when using scale for
the current application only. If the current application is not the
topmost window, when the scale is carried out the windows of that
applitcation will remain behind the other windows (that we dont want).
Here's the patch to fix, I'm not sure if it is...
2007 Apr 27
2
mdiclient windows do not always activate on click
I just noticed that MDIClient windows do not automatically become
current when they receive a mouse click, but only do so if the click
happens inside of an enabled widget. This may very well be correct, but
if so then what is the right way to handle it, if you want a more
familiar window-manager behavior (click to focus)?
For example, if you change the mditest.rb example like so...
---