https://bugs.kde.org/show_bug.cgi?id=323798
Martin Gräßlin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Version Fixed In|4.11 |5.8.4 Resolution|--- |FIXED Latest Commit|http://commits.kde.org/kde- |http://commits.kde.org/kwin |workspace/b10e22b87872ad8d4 |/2a155925719f7540373386e29c |d1766f2dae780f508f8e2f4 |6a23a5c6021b56 --- Comment #16 from Martin Gräßlin <[email protected]> --- Git commit 2a155925719f7540373386e29c6a23a5c6021b56 by Martin Gräßlin. Committed on 07/11/2016 at 10:26. Pushed by graesslin into branch 'Plasma/5.8'. Simplify the window title passed in from the window system Summary: So far KWin used the window title provided from the window directly without any sanitizing. This could result in broken window decorations if the title included line breaks. Those were passed to the decoration and depending on the way how the decoration renders the title, it could result in visual breakage. Having line breaks in a window title doesn't make sense. Given that KWin now simplifies the title when copying it to it's own structure. This also ensures that the title passed to e.g. task manager does not have any line breaks on Wayland. FIXED-IN: 5.8.4 Test Plan: Opened the web page in a nested KWin, properly rendered now. Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D3215 M +0 -2 autotests/integration/shell_client_test.cpp M +0 -2 autotests/integration/x11_client_test.cpp M +2 -2 client.cpp M +2 -2 shell_client.cpp http://commits.kde.org/kwin/2a155925719f7540373386e29c6a23a5c6021b56 -- You are receiving this mail because: You are watching all bug changes.
