Summary: | Notification icon tooltip has empty line with glow effect | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Karl Ove Hufthammer <karl> |
Component: | notifications | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, echidnaman, plasma-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot showing the problem |
Description
Karl Ove Hufthammer
2010-02-21 13:17:42 UTC
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 |