Bug 182146 - Lower Window does not focus the new top window
Summary: Lower Window does not focus the new top window
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Unspecified
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 10:33 UTC by Will Stephenson
Modified: 2009-02-07 17:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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