<table><tr><td style="">broulik created this revision.<br />broulik added reviewers: Plasma, fvogt.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />broulik requested review of this revision.
</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/D28719">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p><tt style="background: #ebebeb; font-size: 13px;">aboutToHide</tt> is emitted before an action is triggered and <tt style="background: #ebebeb; font-size: 13px;">activeAction()</tt> is the action currently hovered.<br />
This means we can't properly tell that the prompt got canceled, when hovering an action and then hitting Escape to close the menu.<br />
This patch sets a property in response to <tt style="background: #ebebeb; font-size: 13px;">triggered</tt> and then does a delayed check for that in <tt style="background: #ebebeb; font-size: 13px;">aboutToHide</tt>.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Used <a href="https://alligator.io/js/web-share-api/" class="remarkup-link" target="_blank" rel="noreferrer">https://alligator.io/js/web-share-api/</a> for testing</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Clicked "Share me!" button, got purpose prompt, clicked Email, shared correctly</li>
<li class="remarkup-list-item">Clicked "Share me!" button, got purpose prompt, clicked outside, canceled correctly</li>
</ul>

<p>With this patch</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Clicked "Share me!" button, hovered an action, then hit Escape to cancel it. Now cancels properly.</li>
</ul>

<p>Previously it would effectively break the plugin as it would never reset its pending reply state.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R856 Plasma Browser Integration</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28719">https://phabricator.kde.org/D28719</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>host/purposeplugin.cpp</div></div></div><br /><div><strong>To: </strong>broulik, Plasma, fvogt<br /><strong>Cc: </strong>plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>