Bug 327657 - Window visibility & focus problem with Alt+Tab, full screen window and second monitor
Summary: Window visibility & focus problem with Alt+Tab, full screen window and second...
Status: RESOLVED DUPLICATE of bug 296076
Alias: None
Product: kwin
Classification: Plasma
Component: core (show other bugs)
Version: 4.10.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 15:41 UTC by Cade
Modified: 2013-11-15 15:49 UTC (History)
0 users

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 Cade 2013-11-15 15:41:18 UTC
Full screen "gvim" window located above other, but
Alt+Space -> "More actions" -> "Keep above others"
flag does not set.

Reproducible: Always

Steps to Reproduce:
1. Open "System settings" and "Chromium"
    on screen 1.
2. Run "gvim" on screen 1.
3. Run
    wmctrl \
         -r GVIM \
         -b add,fullscreen
    for make "gvim" window full screen
    on screen 1
    (or press "kwin" hot key for make current
    window full screen).
4. On screen 2 open:
    "kate", "gedit"
5. Use Alt+Tab for switch
    "kate" -> "gedit",
    "gedit" -> "kate"
    on screen 2.
6. Use Alt+Tab for switch
    "kate" (screen 2) -> "Chromium" (screen 1).
Actual Results:  
"Chromium" (screen 1) window got focus, but
stay invisible.
"gvim" (screen 1) window is visible, but
do not have focus.

7. Press Alt-Tab for switch
     "Chromium" -> "System settings"
    on screen 1.
Result: "System settings" (screen 1) window
has focus, but
only "gvim" (screen 1) window is visible on screen 1.

Expected Results:  
6. "Chromium" (screen 1) window must be
     visible and must have focus.
     "gvim" (screen 1) full screen window
     must be invisible.
7. "System settings" (screen 1) window must be
     visible and must have focus.
     "gvim" (screen 1) full screen window
     must be invisible.


This bug repeatable for any applications,
not just for "kate", "gedit", "gvim",
"Chromium" and "System settings".

This bug repeatable, when we
use "kwin" hot key or other utility
for make window full screen.
Comment 1 Thomas Lübking 2013-11-15 15:49:49 UTC
try again with 4.11 to ensure this is not a dupe (while i'm very much sure it is)

*** This bug has been marked as a duplicate of bug 296076 ***