GNOME Bugzilla – Bug 744907
Notification loses body text markup when expanded
Last modified: 2015-02-21 19:21:06 UTC
In 3.15.90 when expanding a notification by hovering it, the body text loses its markup. Example: notify-send "title" "<i>body</i>"
The following fix has been pushed: 167610c calendar: Fix message markup getting lost
Created attachment 297527 [details] [review] calendar: Fix message markup getting lost We reuse the old body text on useMarkup changes and for expanded labels. However just taking it from the label actor does not work when markup is used, as once applied it will be stripped from ClutterText:text. So to preserve markup, keep our own copy of the original string around.