Bug 494433 - ClipboardItemDelegate.qml: Binding loop detected for property "when": with scrollable popup
Summary: ClipboardItemDelegate.qml: Binding loop detected for property "when": with sc...
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard widget & pop-up (other bugs)
Version First Reported In: 6.2.0
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-10 12:53 UTC by postix
Modified: 2025-02-27 04:03 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description postix 2024-10-10 12:53:49 UTC
SUMMARY

Open the clipboard applet

```
qrc:/qt/qml/org/kde/plasma/private/clipboard/ClipboardItemDelegate.qml:72:5: QML Binding: Binding loop detected for property "when":
qrc:/qt/qml/org/kde/plasma/private/clipboard/ClipboardItemDelegate.qml:78:9
```

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20241007
KDE Plasma Version: 6.2.0
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3
Kernel Version: 6.11.2-1-default (64-bit)
Graphics Platform: Wayland
Comment 1 Akseli Lahtinen 2024-10-10 13:06:39 UTC
Can't reproduce 

Operating System: Fedora Linux 40
KDE Plasma Version: 6.2.80
KDE Frameworks Version: 6.7.0
Qt Version: 6.7.2
Kernel Version: 6.10.12-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 15,5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600
Comment 2 postix 2024-10-10 13:11:25 UTC
After clearing the clipboard entries, I can no longer reproduce it as well. Will try to figure out, what the requirements are.
Comment 3 postix 2024-10-10 13:14:25 UTC
Looks like you need to have enough items so that you got a scrollbar in the plasmoid: then open it and move your cursor over one of the items.
Comment 4 Akseli Lahtinen 2024-10-10 15:43:03 UTC
A-ha, you're right, can confirm it now!