-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: TaskBoardFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Description
Bug report
The issue is reproducible when the Editor is used as an item editor:
editable: {
form: {
buttonsTemplate: "",
items: [{
field: "Title",
label: "Title:"
}, {
field: "Description",
label: "Description:",
**editor: "Editor"**
}]
}
}It is not reproducible with editor "TextBox" or "TextArea"
Reproduction of the problem
- Run this dojo example: https://dojo.telerik.com/KeIjSJgr
- Click the menu button in one of the cards and select "Edit card" from the dropdown
Current behavior
The following js exception is thrown:
kendo.all.js:131959 Uncaught TypeError: Cannot read properties of null (reading 'open')
Expected/desired behavior
No exception is thrown and the Editor can be used to edit the field value.
Environment
- Kendo UI version: 2024.3.1015
- jQuery version: x.y
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: TaskBoardFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery