Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEXConfig input issues #4312

Open
pmatos opened this issue Jan 29, 2025 · 1 comment
Open

FEXConfig input issues #4312

pmatos opened this issue Jan 29, 2025 · 1 comment

Comments

@pmatos
Copy link
Collaborator

pmatos commented Jan 29, 2025

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

@neobrain
Copy link
Member

neobrain commented Feb 2, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants