<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.<br />davidedmundson 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/D10101" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>To test if the panel is under the cursor we used:<br />
if (geometry().contains(QCursor::pos(screenToFollow()))) {</p>

<p>Unsurprisingly in wayland we don't know the cursor position once it's<br />
left our window. Behaviour seems to be undefined.</p>

<p>We were already using enter and leave events to start the autohide<br />
timer, so we may as well rely on that for tracking state too.</p>

<p>BUG: 377838</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tested mouse in, mouse out</p>

<p>Tested mouse in and waiting and panel stayed open</p>

<p>Tested opening wifi applet and closing it <br />
That will trigger the restoreAutoHide method as an applet status changed <br />
The panel stayed open because the mouse was on it.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10101" rel="noreferrer">https://phabricator.kde.org/D10101</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>shell/panelview.cpp<br />
shell/panelview.h</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>