Skip to content

FormComboBoxDelegate: Fix keyboard navigation

Joshua Goins requested to merge work/redstrate/fix-combo-highlight into master
  • This was not consistent with how comboboxes work elsewhere. The delegate should be highlighted when hovered or otherwise has focus (like through keyboard navigation.)
  • The combobox is focused properly when activated, and this makes keyboard navigation work in ComboBox mode.

Merge request reports