FormComboBoxDelegate: Fix keyboard navigation
- 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.