When moving all the items from the right ListBox to the left, an error is thrown on the console.
Regression with 2022.3.1109
Workaround:
kendo.ui.ListBox.ToolBar.fn._focusTool = function() {
if(this.element) {
this.element.find(".k-button").not("[tabindex=-1]").trigger("focus");
}
};
An error is thrown.
No errors should be thrown.