https://bugs.kde.org/show_bug.cgi?id=399155
tr...@yandex.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tr...@yandex.com --- Comment #32 from tr...@yandex.com --- Here is a minimal code to reproduce the bug: ########### import QtQuick 2.0 import QtQuick.Layouts 1.2 import org.kde.plasma.components 2.0 as PlasmaComponents Rectangle { width: passwordBox.width + 4 height: passwordBox.height + 4 color: "grey" PlasmaComponents.TextField { id: passwordBox revealPasswordButtonShown: true echoMode: TextInput.Password Layout.fillWidth: true font.family: "Noto Color Emoji" } } ########### When run it with qmlscene: qmlscene test.qml file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:53:17: QML QQuickItem: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:53:17: QML QQuickItem: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:53:17: QML QQuickItem: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:53:17: QML QQuickItem: Binding loop detected for property "implicitHeight" -- You are receiving this mail because: You are watching all bug changes.