https://bugs.kde.org/show_bug.cgi?id=444142
--- Comment #8 from Bharadwaj Raju <bharadwaj.raju...@protonmail.com> --- (In reply to qydwhotmail from comment #7) > It seems to fix the bug, a new logic is needed like: > > if isToolTipOpenByClick; then > ignore containsMouse events until timeout That would be a general solution to bug 358930 as well. Except, adding timeouts like that will make the UI less responsive. We can fix the problem without relying on timeouts. The ideal solution is a triangle mouse filter, see https://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown. I'm working on adding a triangle mouse filter to the task manager, which will fix both this and the other bug. -- You are receiving this mail because: You are watching all bug changes.