https://bugs.kde.org/show_bug.cgi?id=413736
--- Comment #10 from Nate Graham <n...@kde.org> --- I think I found the problem: when the cursor passes over the panel's margins on its way to the pop-up, currentApplet gets reset to null, which triggers logic to start hiding the popup and disabled the mousearea in the popup that keeps it open when the cursor is over it. You can kinda sorta fix this by not disabling the mousearea when currentApplet is null, but then the buttons don't work because they can't target the applet properly. It seems like we need to not unset currentApplet so aggressively. -- You are receiving this mail because: You are watching all bug changes.