https://bugs.kde.org/show_bug.cgi?id=393107

            Bug ID: 393107
           Summary: Implicit loop warning on implicitHeight for
                    TextFieldStyle.qml when changing width
           Product: frameworks-plasma
           Version: 5.44.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: components
          Assignee: notm...@gmail.com
          Reporter: aa...@kde.org
  Target Milestone: ---

Created attachment 112003
  --> https://bugs.kde.org/attachment.cgi?id=112003&action=edit
Said file

With the attached file, when writing on the field i get
file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:46:17:
QML QQuickItem: Binding loop detected for property "implicitHeight"
file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:46:17:
QML QQuickItem: Binding loop detected for property "implicitHeight"
file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:46:17:
QML QQuickItem: Binding loop detected for property "implicitHeight"
file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:46:17:
QML QQuickItem: Binding loop detected for property "implicitHeight"

Which doesn't make any sense since i'm not changing the height.

Putting the code here for quick reading too

import QtQuick 2.6
import org.kde.plasma.components 2.0 as PlasmaComponents

Item {
    width: 800
    height: 600

    PlasmaComponents.TextField {
        width: text !== "" ? 500 : 250
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to