Summary: | Cannot select text in messaging app | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Yaron Shahrabani <sh.yaron> |
Component: | messaging-application | Assignee: | Simon Redman <simon> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aleixpol, butirsky, nate, sh.yaron |
Priority: | NOR | ||
Version First Reported In: | 1.4 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=383765 | ||
Latest Commit: | https://invent.kde.org/network/kdeconnect-kde/commit/c333f2af17817995ce3ccd5dcd355ae9fcb1fb2a | Version Fixed In: | |
Sentry Crash Report: |
Description
Yaron Shahrabani
2020-03-08 15:32:15 UTC
Hi. Thanks for taking the time to submit this! It's something I have in mind, although I don't yet have a plan for how something like this would be implemented. *** Bug 423769 has been marked as a duplicate of this bug. *** Do we need external help to solve it? Similar issue was resolved here: https://bugs.kde.org/show_bug.cgi?id=383765#c2 I would expect that someone will come up with a working delegate once they're shared through kirigami-addons. In general it's a matter of using TextField instead of Label. Git commit c333f2af17817995ce3ccd5dcd355ae9fcb1fb2a by Simon Redman, on behalf of Ashvin Nihalani. Committed on 05/07/2020 at 00:49. Pushed by sredman into branch 'master'. [SMS App] Select Message Text Switched from QT Label to Text Edit as QA Label is not allowed to select text https://stackoverflow.com/questions/49784099/qml-how-to-make-text-or-label-selectable https://bugreports.qt.io/browse/QTBUG-14077 M +1 -0 .gitignore M +40 -12 smsapp/qml/ChatMessage.qml https://invent.kde.org/network/kdeconnect-kde/commit/c333f2af17817995ce3ccd5dcd355ae9fcb1fb2a |