You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to input a string in one of the boxes, I type a letter, the textbox loses focus and there's a small "sleep", type another letter and so on. Each time I try to type something I get in the console:
qrc:/qt-project.org/imports/QtQuick/Controls/Fusion/SpinBox.qml:30:18: QML QQuickTextInput: Binding loop detected for property "text"
This is with qt6 on Ubuntu 24.10 on the Lenovo T14s
The text was updated successfully, but these errors were encountered:
This only affects input boxes in the "Advanced" tab, correct?
Assuming yes, what you're observing are side effects of the new implementation ensuring consistency between widgets in the advanced tab and widgets in other tabs.
Sadly the Advanced tab has always been quirky (including the old config tool), which is a consequence of design decisions made in FEX's layered config system itself. For example, modifying any setting can reshuffle all options contained Config.json, which is tricky to handle here since the Advanced tab just dynamically creates widgets from whatever entries are in that json.
When trying to input a string in one of the boxes, I type a letter, the textbox loses focus and there's a small "sleep", type another letter and so on. Each time I try to type something I get in the console:
This is with qt6 on Ubuntu 24.10 on the Lenovo T14s
The text was updated successfully, but these errors were encountered: