QComboBox behaviour
-
wrote on 14 Sept 2022, 13:00 last edited by
Good morning people,
I have observed this behaviour about QComboBox in a Desktop application and WebAssembly application.
If I try to select without click an item in a combobox, Combo have a different behaviour:
In case I select an item in a desktop application the item is highlighted, in case I select an item in a WabAssembly application the item is NOT highlighted.I work with Qt 6.4.0 beta2
Is a bug of WebAssembly library?
p.s. apology for the images
-
wrote on 29 Sept 2022, 06:09 last edited by
Could you try the 6.4.0 release? If it is still an issue, please report the bug at https://bugreports.qt.io/
-
wrote on 19 Sept 2022, 01:30 last edited by
I think only click events are forwarded to Qt and not mouse move events, that's why the drop-down is not highlighted. If you check out the quick controls gallery demo, none of the inputs react to hover events. I don't know why this is the case though.
-
wrote on 29 Sept 2022, 06:09 last edited by
Could you try the 6.4.0 release? If it is still an issue, please report the bug at https://bugreports.qt.io/
-
Could you try the 6.4.0 release? If it is still an issue, please report the bug at https://bugreports.qt.io/
wrote on 29 Sept 2022, 10:13 last edited by@lorn-potter I try asap
-