Summary: | HTML in window titles not escaped in tabbox | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | wrtlprnft |
Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Flags: | mgraesslin:
ReviewRequest+
|
Priority: | NOR | ||
Version: | 4.9.2 | ||
Target Milestone: | 4.9.4 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | data:text/html,<i>Hi</i> <u>there</u> | ||
Latest Commit: | http://commits.kde.org/kde-workspace/73fc361dfb05e6e76b29c43406a29d32b4991a8f | Version Fixed In: | 4.9.4 |
Sentry Crash Report: |
Description
wrtlprnft
2012-11-12 13:17:16 UTC
quite related to the pointed out bug (that prevented me from googling for the solution - thanks) and easy to fix. Only problem is that I would prefer a general solution over fixing each of the QML files. Git commit d88a57be3885402e857140305ca0edbdbe4f7342 by Martin Gräßlin. Committed on 23/11/2012 at 08:23. Pushed by graesslin into branch 'KDE/4.9'. Escape HTML command in window caption before passing to QML Escaping is performed in the model instead of the UI as each of the QML files needed to be fixed and it is likeley that the issue would come up again. In the model it's hopefully fixed for good. FIXED-IN: 4.9.4 REVIEW: 107431 M +9 -2 kwin/tabbox/clientmodel.cpp http://commits.kde.org/kde-workspace/d88a57be3885402e857140305ca0edbdbe4f7342 Git commit 73fc361dfb05e6e76b29c43406a29d32b4991a8f by Martin Gräßlin. Committed on 23/11/2012 at 08:23. Pushed by graesslin into branch 'master'. Escape HTML command in window caption before passing to QML Escaping is performed in the model instead of the UI as each of the QML files needed to be fixed and it is likeley that the issue would come up again. In the model it's hopefully fixed for good. FIXED-IN: 4.9.4 REVIEW: 107431 M +9 -2 kwin/tabbox/clientmodel.cpp http://commits.kde.org/kde-workspace/73fc361dfb05e6e76b29c43406a29d32b4991a8f |