Bug 489966 - TimelineView - attempted to evaluate a function in an invalid context
Summary: TimelineView - attempted to evaluate a function in an invalid context
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (other bugs)
Version First Reported In: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-09 09:33 UTC by Andreas G
Modified: 2024-07-13 07:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas G 2024-07-09 09:33:39 UTC
When scrolling up / down in the timeline, the console gets flooded with errors

> QQmlVMEMetaObject: Internal error - attempted to evaluate a function in an invalid context
> qrc:/qt/qml/org/kde/neochat/qml/TimelineView.qml:299: TypeError: Property 'setHoverActionsToDelegate' of object MessageDelegate_QMLTYPE_160(0x23e743e0) is not a function

Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.1
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.2
Kernel Version: 6.9.7-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland

neochat compiled from master with commit a41afa70eb95802eeba71557697d37812d365480
Comment 1 Andreas G 2024-07-11 12:38:42 UTC
relevant merge request:
https://invent.kde.org/network/neochat/-/merge_requests/1799