Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.2
-
None
Description
Enter does not trigger default button if a QComboBox has focus
See QTBUG-108431
Notes:
- Identical code works on Windows.
- Fails on Debian 12, tested with various Display Managers (XFCE, LXDE, Cinnamon)
- Setting QCombox::setEditable(true) honors QPushbutton::SetDefault(true).
- Appears to be fixed in Qt 6.4.3 on Windows