<table><tr><td style="">hein created this revision.<br />hein added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />hein 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/D9817" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>As of Qt 5.9, QQuickWindow synthesizes a hover event once per frame.<br />
This interferes with keyboard navigation when having the mouse<br />
pointer above any item, because after navigating away with the arrow<br />
keys, the next synthesized hover event will cause the item below the<br />
pointer to become the current item again. This patch addresses this<br />
by rejecting onPositionChanged with identical coordinates from the<br />
last event.</p>
<p>It also optimizes the delegate by turning its root item from<br />
MouseArea to Item and turning the per-delegate context menu instance<br />
into a per-view one.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</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/D9817" rel="noreferrer">https://phabricator.kde.org/D9817</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>applets/kicker/package/contents/ui/DashboardRepresentation.qml<br />
applets/kicker/package/contents/ui/ItemGridDelegate.qml<br />
applets/kicker/package/contents/ui/ItemGridView.qml</div></div></div><br /><div><strong>To: </strong>hein, Plasma<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>