Bug 182146

Summary: Lower Window does not focus the new top window
Product: [Plasma] kwin Reporter: Will Stephenson <wstephenson>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Will Stephenson 2009-01-28 10:33:32 UTC
Version:            (using KDE 4.2.0)
Installed from:    SuSE RPMs

Steps to reproduce: (Click to focus policy) 
1) Focus something you can type on
2) Middle click the title bar of the focused window (or assign Lower Window to a keyboard shortcut).  
   (Window goes to the bottom of the z-order)
3) Keep typing, observe the bottom window retains focus.  

Background: I was trying to decrement IceWM's userbase by one by pointing out that KWin does support Alt-Esc to Lower (like apparently Windows does, maybe we could have that global shortcut by default?) and the OP noticed this bug.

See "Kwin improvements" here http://lwn.net/Articles/316860/ .
Comment 1 lucas 2009-01-28 11:14:53 UTC
SVN commit 917644 by lmurray:

When the user lowers the active window with a shortcut automatically
focus the next available window.
BUG: 182146

 M  +6 -0      useractions.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=917644
Comment 2 lucas 2009-01-28 11:31:35 UTC
SVN commit 917649 by lmurray:

When the user lowers the active window with a mouse action also
automatically focus the next available window.
BUG: 182146

 M  +4 -0      useractions.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=917649
Comment 3 lucas 2009-01-31 10:44:35 UTC
SVN commit 919003 by lmurray:

Backport: When the user lowers the active window with a shortcut or a
mouse action automatically focus the next available window.
CCBUG: 182146


 M  +10 -0     useractions.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=919003