https://bugs.kde.org/show_bug.cgi?id=503548
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from [email protected] --- Created attachment 188201 --> https://bugs.kde.org/attachment.cgi?id=188201&action=edit Tooltips disappearing on mouse movement This issue is also made worse by a "triangle mouse filtering" logic, which adds a delay to mouse events when the mouse trajectory is even slightly towards the edge of the panel (which was added to fix https://bugs.kde.org/show_bug.cgi?id=358930). What happens is that when you move the cursor to the next task manager item, first you get this "triangle delay" during which the tooltip disappears, then the item is highlighted and you have another delay before tooltip is shown. You can see this on the attached screen recording. My first thought on how to deal this was to simply disable this triangle delay when task manager item is not a group of windows. In this case the window button on the panel is almost the same width as the tooltip so "triangle delay" is not needed. However this won't work for icons-only task manager. Another possible solution is to disable delay on showing tooltip when a tooltip was shown recently. This way when "triangle delay" expires and new task manager item is highlighted, the tooltip will be shown immediately. -- You are receiving this mail because: You are watching all bug changes.
