Summary: | QML Text issues in contents/ui/DigitalClock.qml:443 ("Cannot anchor to a null item" and "Binding loop detected for property "height"") | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Elias Probst <mail> |
Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | akos+kde, Larry, nate, notuxius |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.21 | |
Sentry Crash Report: |
Description
Elias Probst
2016-10-03 17:53:22 UTC
I have the same issue. After opening all sections in 'Digital Clock' widget settings applet - there are next entries with 'Binding loop' text in '~/.xsession-errors' file: cat ~/.xsession-errors | grep 'Binding loop' file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/ScrollView.qml:227:9: QML Binding: Binding loop detected for property "value" file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:206:35: QML ConfigCategoryDelegate: Binding loop detected for property "implicitHeight" file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/ScrollView.qml:227:9: QML Binding: Binding loop detected for property "value" file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:206:35: QML ConfigCategoryDelegate: Binding loop detected for property "implicitHeight" file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:206:35: QML ConfigCategoryDelegate: Binding loop detected for property "implicitHeight" file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:284:21: QML StackView: Binding loop detected for property "height" file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:284:21: QML StackView: Binding loop detected for property "height" file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:284:21: QML StackView: Binding loop detected for property "height" And there are no entries with 'Cannot anchor to a null item' text Distribution: KDE neon Developer Edition - Stable Branches Plasma: 5.11.4 Frameworks: 5.41.0 Qt: 5.9.3 Kernel 4.10.0-40-generic Still valid for these lines: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:483:13: QML Label: Binding loop detected for property "height" Lines: 483, 524, 544. Operating System: openSUSE Tumbleweed 20200314 KDE Plasma Version: 5.18.3 KDE Frameworks Version: 5.68.0 Qt Version: 5.14.1 Kernel Version: 5.5.7-1-default OS Type: 64-bit This is fixed in Plasma 5.21 now. |