https://bugs.kde.org/show_bug.cgi?id=413736
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.18.4 Latest Commit| |https://commits.kde.org/pla | |sma-desktop/9768200d9a27e4e | |391ce9aa3cf261db95d99b0c8 --- Comment #5 from Nate Graham <[email protected]> --- Git commit 9768200d9a27e4e391ce9aa3cf261db95d99b0c8 by Nate Graham. Committed on 13/03/2020 at 16:05. Pushed by ngraham into branch 'Plasma/5.18'. Make panel edit mode tooltip not unexpectedly disappear under certain circumstances Summary: The panel edit mode tooltip can currently disappear in an irritating manner under two circumstances: - You need to mouse the mouse diagonally out of the configuration areat to reach the tooltop, because the timer's duration is very short - You move the mouse between the tooltip and the configuration area in preparation for moving it to another applet, because the timer did not stop when moving from the tooltip to the configuration area This patch fixes both issues by increasing the timer duration and stopping the timer when entering the configuration area FIXED-IN: 5.18.4 Test Plan: Edit the panel Hover over an applet and move the mouse diagonally to its tooltip, crossing empty space Hover over an applet and move the mouse back to the configuration area, then back to the applet, and back to the configuration area, then to another applet, then to that applet's tooltip In both cases, the tooltip remains visible, as expected. Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27877 M +3 -1 containments/panel/contents/ui/ConfigOverlay.qml https://commits.kde.org/plasma-desktop/9768200d9a27e4e391ce9aa3cf261db95d99b0c8 -- You are receiving this mail because: You are watching all bug changes.
