Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.4.1
-
None
Description
For a QComboBox, QEvent::ShortcutOverride is only used if there is a
lineEdit in the combobox. But QEvent::ShortcutOverride should also
trap Up and Down keys in all cases, because if the combo box has the
focus, these keys must be trapped, whether there is a line edit or not.