<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma on Wayland.<br />Restricted Application added subscribers: kwin, plasma-devel.<br />Restricted Application added projects: Plasma on Wayland, 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/D2402" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>So far when KWin intercepted a key event a leave was not sent to the<br />
Wayland surface currently having keyboard focus. This could result in<br />
the Wayland application to start repeating keys. E.g.</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">application gets key press event</li>
<li class="remarkup-list-item">This triggers an internal window to show</li>
<li class="remarkup-list-item">key release goes to KWin internal window</li>
<li class="remarkup-list-item">application starts to repeat key as there is no release</li>
</ol>

<p>With this change whenever KWin intercepts the key event e.g. due to</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">internal window</li>
<li class="remarkup-list-item">Effects grabbing key event</li>
<li class="remarkup-list-item">Tabbox</li>
</ul>

<p>the focused keyboard surface is set to null, thus triggering a leave<br />
event and the client not starting to repeat the event.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>internal-window-unset-focus-keyboard</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2402" rel="noreferrer">https://phabricator.kde.org/D2402</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/integration/internal_window.cpp<br />
autotests/integration/kwin_wayland_test.h<br />
autotests/integration/test_helpers.cpp<br />
input.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma on Wayland<br /><strong>Cc: </strong>plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas<br /></div>