Bug 298729 - Links in the chat plasmoid are not clickable
Summary: Links in the chat plasmoid are not clickable
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: chat-plasmoid (show other bugs)
Version: git-latest
Platform: unspecified Linux
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
: 298971 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-24 10:15 UTC by Daniele E. Domenichelli
Modified: 2012-07-06 12:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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