-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: ListBoxFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery
Milestone
Description
Bug report
When moving all the items from the right ListBox to the left, an error is thrown on the console.
Regression with 2022.3.1109
Reproduction of the problem
- Open this Dojo example - https://dojo.telerik.com/onazUkoT/9
- Open the console.
- Move all the items from the left ListBox to the right
Workaround:
kendo.ui.ListBox.ToolBar.fn._focusTool = function() {
if(this.element) {
this.element.find(".k-button").not("[tabindex=-1]").trigger("focus");
}
};
Current behavior
An error is thrown.
Expected/desired behavior
No errors should be thrown.
Environment
- Kendo UI version: 2023.3.1114
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: ListBoxFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery