kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

MultiSelect does not remove the k-focus class when other item is focused using the TAB key

Open nelito987 opened this issue 3 years ago • 0 comments

Bug report

When item is focused in the MultiSelect using the left and right arrow keys and then the user presses the TAB key another element on the page is focused, but the selected item in MultiSelect remains highlighted. The 'k-focus' class is not removed.

Reproduction of the problem

  1. Open the Dojo
  2. Select some items and navigate through the selected items using the left arrow key
  3. Press TAB

Current behavior

The input element below the MultiSelect is focused, but the selected item in the MultiSelect remains focused as well. The element has the 'k-focus' class.

Expected/desired behavior

The 'k-focus' class should be removed when another item is focused using the tab key.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all]

nelito987 avatar Jul 04 '22 08:07 nelito987