For example there's a song "MY<DSMBR" by Linkin Park. It is displayed like "MY" in Current Track widget. Reproducible: Always Steps to Reproduce: 1. Play a track with (html?) special characters in the name (e.g. Foo<Bar) Actual Results: Current track displays name 'Foo' Expected Results: Current track should display 'Foo<Bar' Seems like there's an HTML special chars escaper missing in Current Track widget.
Git commit 372d77b2fe833d1eb27b35732199dd6e28443de2 by Mark Kretschmann. Committed on 07/09/2013 at 14:02. Pushed by markey into branch 'master'. Don't suppress html tag like characters. Example: "MY<DSMBR" by Linkin Park was shown as "MY". M +4 -11 src/context/widgets/TextScrollingWidget.cpp http://commits.kde.org/amarok/372d77b2fe833d1eb27b35732199dd6e28443de2
Git commit c94ba7c33706dfad9231d4a23146b7aab01a15da by Vedant Agarwala, on behalf of Mark Kretschmann. Committed on 07/09/2013 at 14:02. Pushed by vedanta into branch 'tagguessing'. Don't suppress html tag like characters. Example: "MY<DSMBR" by Linkin Park was shown as "MY". M +4 -11 src/context/widgets/TextScrollingWidget.cpp http://commits.kde.org/amarok/c94ba7c33706dfad9231d4a23146b7aab01a15da
*** Bug 341125 has been marked as a duplicate of this bug. ***