Bug 337298

Summary: QML warning in org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:214:17: QML Column: Binding loop detected for property "width"
Product: [Plasma] plasmashell Reporter: Elias Probst <mail>
Component: ContainmentAssignee: Sebastian Kügler <sebas>
Status: RESOLVED FIXED    
Severity: normal CC: notmart
Priority: NOR    
Version: master   
Target Milestone: 1.0   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 5.1.1
Sentry Crash Report:

Description Elias Probst 2014-07-09 22:33:35 UTC
When decreasing the width of the desktop configuration window, the following message is logged repeatedly:
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:214:17: QML Column: Binding loop detected for property "width"

bug#336533 might be related.
Comment 1 Marco Martin 2014-10-02 16:53:31 UTC
possibly a qtcontrols issue: i'm binding the contained item of a ScrollView to its viewport size to make sure there is never an horizontal scrollbar, and this should totally be legal.
Comment 2 Kai Uwe Broulik 2014-10-16 14:38:22 UTC
Git commit cef4d1f44b37e7f57bfd1fa12c15df7b40e8a892 by Kai Uwe Broulik.
Committed on 16/10/2014 at 14:36.
Pushed by broulik into branch 'Plasma/5.1'.

Cleanup applet configuration scrollbar handling

This does away with the spurious binding loop on the Column and binds the StackView height
to the ScrollView's viewport height instead of the item height fixing the glitching scrollbars

REVIEW: 120604
Related: bug 336533
FIXED-IN: 5.1.1

M  +3    -10   desktoppackage/contents/configuration/AppletConfiguration.qml

http://commits.kde.org/plasma-desktop/cef4d1f44b37e7f57bfd1fa12c15df7b40e8a892