<table><tr><td style="">graesslin created this revision.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, plasma-devel.
</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/D5177" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>So far KWin did not properly handle popup windows. That is when a popup<br />
surface got created and a click outside the surface happened KWin did not<br />
send out the popupDone Wayland event.</p>

<p>This change makes KWin aware of whether a surface is a popup and tracks<br />
through a new PopupInputFilter whether there are popup windows. In case<br />
there are popups the new filter waits for mouse press events and cancels<br />
the popups if the press does not happen on any surface belonging to the<br />
same client. To quote the relevant section of the Wayland documentation:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">The popup grab continues until the window is destroyed or a mouse
button is pressed in any other client's window. A click in any of the
client's surfaces is reported as normal, however, clicks in other
clients' surfaces will be discarded and trigger the callback.</pre></div>

<p>So far the support is still incomplete. Not yet implemented are:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">support xdg_shell popup windows</li>
<li class="remarkup-list-item">verifying whether the popup is allowed to be a popup</li>
<li class="remarkup-list-item">cancel the popup on more global interactions like screen lock or kwin effect</li>
</ul>

<p>BUG: 366609<br />
FIXED-IN: 5.10</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Auto test and manual testing with QtWayland client</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>popup-filter</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5177" rel="noreferrer">https://phabricator.kde.org/D5177</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
autotests/integration/pointer_input.cpp<br />
input.cpp<br />
pointer_input.cpp<br />
popup_input_filter.cpp<br />
popup_input_filter.h<br />
shell_client.cpp<br />
shell_client.h<br />
toplevel.h</div></div></div><br /><div><strong>To: </strong>graesslin, Plasma, KWin<br /><strong>Cc: </strong>plasma-devel, kwin, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol<br /></div>