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: | Containment | Assignee: | 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: | http://commits.kde.org/plasma-desktop/cef4d1f44b37e7f57bfd1fa12c15df7b40e8a892 | Version Fixed In: | 5.1.1 |
Sentry Crash Report: |
Description
Elias Probst
2014-07-09 22:33:35 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. 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 |