Summary: | QML binding/anchor loops in org.kde.plasma.notifications/contents/ui/NotificationPopup.qml | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Elias Probst <mail> |
Component: | Notifications | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-workspace/707a9b0bc74af62cdf1fe04cf11c6163a5006518 | Version Fixed In: | 5.3.2 |
Sentry Crash Report: |
Description
Elias Probst
2014-10-01 22:14:59 UTC
Are you still getting this? I don't see it. The error happened with custom patch applied, closing. Can be reproduced after calling "notify-send a b" at least 4 times after plasmashell restart. Yup, indeed. Still seeing this in plasmashell's log: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:102:23: QML Text: Binding loop detected for property "height" plasma-workspace@2d44facb Still valid for plasma-workspace@156e1dd: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:103:23: QML Text: Binding loop detected for property "height" Git commit 707a9b0bc74af62cdf1fe04cf11c6163a5006518 by Martin Klapetek. Committed on 22/06/2015 at 16:53. Pushed by mklapetek into branch 'Plasma/5.3'. [notifications] Rework the notifications sizing code This reworks the notification sizing computation to use Layouts. This should fix all the popup sizing issues there are (including a binding loop error). Now it also properly elides after max 4 lines of text. REVIEW: 124149 FIXED-IN: 5.3.2 Related: bug 349142 M +75 -73 applets/notifications/package/contents/ui/NotificationItem.qml M +1 -0 applets/notifications/package/contents/ui/NotificationPopup.qml http://commits.kde.org/plasma-workspace/707a9b0bc74af62cdf1fe04cf11c6163a5006518 |