https://bugs.kde.org/show_bug.cgi?id=460896
--- Comment #18 from veggero <niccolo.venera...@gmail.com> --- (In reply to Nate Graham from comment #17) > Sorry Niccolò, it's definitely > https://invent.kde.org/plasma/plasma-workspace/-/commit/ > b68a93efee8a1b1de86f3689c0db685f6a74adf9 that caused this--including mouse > input on the edges hitting the desktop, not the panel. With that commit > reverted, the issue goes away; what that commit restored, the issue returns. > Try it yourself and you'll see. Ah, ok, I found the issue. When compositing is disabled, `setMask` for some reason crops the entire window and mouse area. Fix is really simple, it's enough to give the rawMask to setMask instead of the mask; however I revert that commit in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2276 anyway, so that's not really needed. See my comment there on why the revert should do the trick even though we have https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/636 -- You are receiving this mail because: You are watching all bug changes.