Fabian Vogt

Results 275 comments of Fabian Vogt

No response, closing.

Do they only look read-only or are they actually read-only? Might just be a weird color scheme

No, that makes no sense... https://doc.qt.io/qt-5/qml-qtquick-controls-combobox.html doesn't even have an `enabled` property! Do other comboboxes in the config dialog behave similarly?

Can you add this in strategic places to find what disables it? ``` Component.onCompleted: console.log("Enabled", enabled) onEnabledChanged: console.log("Enabled changed", enabled) ```

> OK it is a Qt Bug, but not fixed in OSS releases ... https://bugreports.qt.io/browse/QTBUG-89607 / https://forum.qt.io/topic/123101/quick-controls-1-combobox-items-unselectable-on-macos/9 According to that, the issue is fixed in 5.15.3. Can you try the...

> > According to that, the issue is fixed in 5.15.3. Can you try the latest 5.15.5? > > Well 5.15.5 doesn't seem to be available - it stops at...

I added a workaround for the Qt bug, can you try whether that works?

Were you able to test on iOS as well?

Not easily. It would need hooks in the OS, which ndless could provide, I suppose.