GNOME Bugzilla – Bug 737382
Cannot select "always on top" when maximized
Last modified: 2014-09-25 21:10:47 UTC
Hello, Since 3.12 it is not possible to ask a window to be always above all the others when the window is fully maximized. Since 3.14 it seems that it's also impossible to do this when the window is maximized on the left/right part of the screen (<meta>→ or <meta>←)
Created attachment 287107 [details] [review] windowMenu: Only disable "Always on Top" for fully maximized (In reply to comment #0) > Since 3.12 it is not possible to ask a window to be always above all the others > when the window is fully maximized. This was an intentional change, see bug 673581. > Since 3.14 it seems that it's also impossible to do this when the window > is maximized on the left/right part of the screen (<meta>→ or <meta>←) This on the other hand is an accidental change, so let's fix it ... Since (mutter) commit 49400657caae27 we disable the "Always on Top" action for maximized windows, however when commit e7af257814b1 moved the window menu into the shell, this behavior was accidentally extended to partially maximized (including tiled) windows. As it can be desirable in this case to keep the window visible while interacting with a different one, restore the previous behavior.
Review of attachment 287107 [details] [review]: Whoops, nice catch.
Attachment 287107 [details] pushed as 1e82d6e - windowMenu: Only disable "Always on Top" for fully maximized