Version: (using KDE 4.4.0) Installed from: Mandriva RPMs The tooltip for the notification icon in the system tray (the ‘i’ icon) has an additional (third) line of text. While this line is empty, it still creates a glow effect (around an invisible first character), which looks bad. See the attached screenshot. I believe the problem occurs because of a trailing ‘<br>’ added to various strings at lines 194 to 221 in KDE/kdebase/workspace/plasma/generic/applets/notifications/core/extendertask.cpp
Created attachment 40979 [details] Screenshot showing the problem
I'm working on a patch to fix this issue: http://reviewboard.kde.org/r/3042/ (The <br>'s do have a purpose, they are just currently used in a "dumb" fashion.) Once it's reviewed/OK'd I plan on doing a backport to the 4.4 branch. (Probably will miss 4.1.1, though)
SVN commit 1095497 by jmthomas: nstead of blindly inserting a <br> into the string, only do so if we have more stuff to add later. (That would justify inserting the <br>) CCBUG: 227929 M +13 -4 extendertask.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1095497
SVN commit 1095499 by jmthomas: Backport 1095497 to the 4.4 branch Instead of blindly inserting a <br> into the string, only do so if we have more stuff to add later. (That would justify inserting the <br>) BUG: 227929 M +9 -3 extendertask.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1095499