Hi,
I have encountered the following problem in v12.0 - in some cases, a ComboBoxItem's Focused state is not cleared when the control is losing focus.
I could easily reproduce this scenario with the example at https://www.smartclient.com/smartcli...ilterRelatedFS
Just click on the ComboBoxItem (the control on the right) and type some letters (don't click Enter or select a value from the pick list) and then click on the other control (on the left).
You can notice the ComboBoxItem's border remains blue (instead of returning to gray) indicating it still has the 'Focused' state.
Of course you can also inspect the DOM element to confirm that.
This is especially noticeable with our application since we use an alternative background color for the focused items.
I have encountered the following problem in v12.0 - in some cases, a ComboBoxItem's Focused state is not cleared when the control is losing focus.
I could easily reproduce this scenario with the example at https://www.smartclient.com/smartcli...ilterRelatedFS
Just click on the ComboBoxItem (the control on the right) and type some letters (don't click Enter or select a value from the pick list) and then click on the other control (on the left).
You can notice the ComboBoxItem's border remains blue (instead of returning to gray) indicating it still has the 'Focused' state.
Of course you can also inspect the DOM element to confirm that.
This is especially noticeable with our application since we use an alternative background color for the focused items.
Comment