This is a problem, because when you open the text-ui from the plasmoid, the link in the history is not clickable
*** Bug 298971 has been marked as a duplicate of this bug. ***
A mouseArea has been placed over the labels in TextDelegate.qml This "steals" the click event, and as such the click is not passed on to the parent label where the link is. (not sure how to fix this though)
Git commit 0c1f6af51af1ffabc9526b9349a46b1130fa9b99 by Aleix Pol. Committed on 17/05/2012 at 01:39. Pushed by apol into branch 'master'. Don't hijack the click event on the TextDelegate Make it explicit that we are not interested in mouse clicks. M +2 -0 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml http://commits.kde.org/telepathy-text-ui/0c1f6af51af1ffabc9526b9349a46b1130fa9b99