<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, plasma-devel.<br />graesslin requested review of this revision.<br />Restricted Application edited projects, added Plasma; removed KWin.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D9699" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>So far a not-active fullscreen X11 window was kept in the active layer if<br />
the newly activated window is in the same group (that is same client<br />
leader). For example a fullscreen X11 kwrite window is in the active layer<br />
if another kwrite window is active. The two kwrite windows obviously<br />
don't have anything to do with each other, but are in the same group.</p>

<p>This creates problems as it's not possible to raise other windows above<br />
the active not-fullscreen kwrite window. E.g. the panel is stacked below.</p>

<p>The idea behind the check makes sense: if a fullscreen window opens<br />
another window (e.g. a configuration dialog) it should not be put back<br />
to normal layer. Thus the check is adjusted whether the new active<br />
window is a transient to the fullscreen window. Thus the intention is<br />
still the same, but does not cause the problems.</p>

<p>As the code now does not need to differentiate between X11 and Wayland<br />
windows (group only on X11) the Client specific implementation is<br />
removed and the method unvirtual'ed.</p>

<p>BUG: 388310<br />
FIXED-IN: 5.12.0</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Test passes</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>fullscreen-transient-not-group</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9699" rel="noreferrer">https://phabricator.kde.org/D9699</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>abstract_client.cpp<br />
abstract_client.h<br />
autotests/integration/x11_client_test.cpp<br />
client.h<br />
layers.cpp</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma<br /><strong>Cc: </strong>plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>