https://bugs.kde.org/show_bug.cgi?id=366153
Eike Hein <h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/plas | |ma-desktop/605d34e3ff800737 | |1e013a2a68647b9f3d8b5bac Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #8 from Eike Hein <h...@kde.org> --- Git commit 605d34e3ff8007371e013a2a68647b9f3d8b5bac by Eike Hein. Committed on 27/07/2016 at 21:13. Pushed by hein into branch 'Plasma/5.7'. Disable hover event handling until Flow positions delegate. Delegates pop up at 0,0 until Flow positions them, which can cause containsMouse to become true, following by the item being moved out from below the cursor and containsMouse never going false, because Qt Quick's famously broken hover event handling can't cope. We already wait for initial-positioning to signal the task geometry to the WM, so only start hover event handling then, too. M +1 -1 applets/taskmanager/package/contents/ui/Task.qml http://commits.kde.org/plasma-desktop/605d34e3ff8007371e013a2a68647b9f3d8b5bac -- You are receiving this mail because: You are watching all bug changes.