version 2016.3.1024.45
I have two tabs with a radcombobox on each tab. Sometimes clicking on one radcombobox is changing my tab selection and putting focus on the other radcombobox. This only occurs with radcomboboxes, not with regular comboboxes.
Steps
- the radcombobox 1 on tab 1 is selected and focused (not sure the exact state, its difficult to reproduce)
- the user switches to tab 2 and clicks on the radcombobox 2
- the combobox 1 grabs the focus and the tab switches back to tab 1
and vice versa
Why does the combobox on the inactive tab grab the focus back?
Does the radcombobox not know when it is on not active tab?
How can I prevent the radcomboboxes from changing my tab selection?