Bug 494433

Summary: ClipboardItemDelegate.qml: Binding loop detected for property "when": with scrollable popup
Product: [Plasma] plasmashell Reporter: postix <postix>
Component: Clipboard widget & pop-upAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: akselmo, nate, qydwhotmail
Priority: NOR    
Version First Reported In: 6.2.0   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 6.3.2
Sentry Crash Report:

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!