Bug 337298 - QML warning in org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:214:17: QML Column: Binding loop detected for property "width"
Summary: QML warning in org.kde.plasma.desktop/contents/configuration/AppletConfigurat...
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop Containment (show other bugs)
Version: master
Platform: unspecified Linux
: NOR normal
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 22:33 UTC by Elias Probst
Modified: 2014-10-16 14:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.1.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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