https://bugs.kde.org/show_bug.cgi?id=435274
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |general Version|unspecified |5.80.0 Product|elisa |frameworks-kirigami Assignee|matthieu_gall...@yahoo.fr |notm...@gmail.com Summary|Binding loop and lots of |Binding loops and |errors in ContextView.qml |TypeErrors in Formlayout Target Milestone|--- |Not decided --- Comment #5 from Nate Graham <n...@kde.org> --- These binding loops and warnings are all in Kirigami.FormLayout, not in anything Elisa provides. However there appears to be a deeper problem. You shouldn't be seeing stuff like this: file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:322: TypeError: Cannot read property 'Layout' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:325: TypeError: Cannot read property 'Layout' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:326: TypeError: Cannot read property 'Kirigami' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:309: TypeError: Cannot read property 'enabled' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:310: TypeError: Cannot read property 'visible' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:313: TypeError: Cannot read property 'implicitWidth' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:314: TypeError: Cannot read property 'implicitHeight' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:368: TypeError: Cannot read property 'Kirigami' of null file:///usr/lib64/qt5/qml/org/kde/kirigami.2/FormLayout.qml:370: TypeError: Cannot read property 'Kirigami' of null What the heck? -- You are receiving this mail because: You are watching all bug changes.