https://bugs.kde.org/show_bug.cgi?id=371284
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.8.3 Latest Commit| |http://commits.kde.org/kwin | |/2e3c6c92e94e9902a9c808f6af | |92aa3afc797fdc --- Comment #27 from Martin Gräßlin <mgraess...@kde.org> --- Git commit 2e3c6c92e94e9902a9c808f6af92aa3afc797fdc by Martin Gräßlin. Committed on 28/10/2016 at 14:06. Pushed by graesslin into branch 'Plasma/5.8'. Trigger resize of input window when deco size changes Summary: Client::updateInputWindow operates with the decoration size. The method gets called from various points when changing the window geometry. If at that moment the decoration has not updated yet, the borders might be at a wrong position. This behavior could be triggered when a window requested to change the state to maximized. During maximization the decoration still had the wrong size when updateInputWindow was called, thus an interactive area inside the window was created. To circumvent this problem updateInputWindow is now also called whenever the window decoration changes. As a note: that a maximized window has resize only borders is wrong. Kwin should be protected against that. FIXED-IN: 5.8.3 Test Plan: Checked xwininfo for the deco extends window Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D3151 M +2 -0 client.cpp http://commits.kde.org/kwin/2e3c6c92e94e9902a9c808f6af92aa3afc797fdc -- You are receiving this mail because: You are watching all bug changes.