https://bugs.kde.org/show_bug.cgi?id=385032
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kwi | |n/bc88f84777254219dd0260719 | |500963b7f3582b7 Resolution|--- |FIXED --- Comment #10 from Martin Flöser <mgraess...@kde.org> --- Git commit bc88f84777254219dd0260719500963b7f3582b7 by Martin Flöser. Committed on 26/09/2017 at 18:44. Pushed by graesslin into branch 'Plasma/5.11'. [tabbox] Create X11Filter on establishKeyboardGrab Summary: Creating the X11Filter directly on startup caused a regression as the filter got too early in the chain and stole events from the XInputIntegrationFilter. We don't need the filter all the time, but only when we have established the TabBox grab. Likewise we can destroy the filter again when releasing the TabBox grab. So it's much more encapsulated now. Test Plan: Only compile tested, I'm on Wayland Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D7997 M +2 -4 tabbox/tabbox.cpp https://commits.kde.org/kwin/bc88f84777254219dd0260719500963b7f3582b7 -- You are receiving this mail because: You are watching all bug changes.