Bug 298729

Summary: Links in the chat plasmoid are not clickable
Product: [Frameworks and Libraries] telepathy Reporter: Daniele E. Domenichelli <ddomenichelli>
Component: chat-plasmoidAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: kde, wengxt
Priority: NOR    
Version: git-latest   
Target Milestone: 0.4.0   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniele E. Domenichelli 2012-04-24 10:15:28 UTC
This is a problem, because when you open the text-ui from the plasmoid, the link in the history is not clickable
Comment 1 Martin Klapetek 2012-04-28 12:09:03 UTC
*** Bug 298971 has been marked as a duplicate of this bug. ***
Comment 2 David Edmundson 2012-05-03 22:21:51 UTC
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)
Comment 3 Aleix Pol 2012-05-16 23:40:52 UTC
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