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.
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.
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