https://bugs.kde.org/show_bug.cgi?id=429700

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@carlschwan.eu
           Keywords|                            |usability
            Summary|Calendar events containing  |Links in calendar event
                   |links not clickable         |text are not clickable
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #3 from Nate Graham <n...@kde.org> ---
This bug would be trivially fixed by adding the following code to the
QQC2.Label that can contain links:

onLinkActivated: { Qt.openUrlExternally(link); }

See https://doc.qt.io/qt-5/qml-qtquick-text.html#linkActivated-signal

However I don't have KDEPIM installed so I don't have the ability to see events
in my calendar popup to test this fix, and from code inspection, it kind of
looks like only the event titles are shown in the list view now. It would
appear that the event descriptions are now only shown in tooltips, which (as
all tooltips do) will disappear when you move the mouse over it. So the bug is
now unfixable without regaining the ability to see the description in a
non-tooltip representation.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to