-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Labels
BugC: EditorFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemNext ReleaseItem that will be included in the next official releaseItem that will be included in the next official releaseRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: LowjQuery
Milestone
Description
Bug report
The label of some of the group fields in the table wizard are not properly aligned
Reproduction of the problem
- Open the Dojo - https://dojo.telerik.com/IXvPpgtT
- Click the 'create table' tool and then 'Table Wizard'
Current behavior
Currently, the labels in the Cell Padding and Cell Properties sections are not correctly aligned
Expected/desired behavior
The issue is a regression starting with 2025.3.812
Workaround
execute: function (e) {
console.log(e.name);
if (e.name == "tableWizardInsert" || "tableProperties") {
setTimeout(function () {
debugger;
$(".k-form-fieldset .k-d-grid .k-form-field:eq(0)").addClass(
"k-col-span-full",
);
});
}
if (e.name == "tableCellProperties") {
setTimeout(function () {
$("#k-cell-properties .k-form-field:eq(0)").addClass(
"k-col-span-full",
);
});
}
},
Dojo - https://dojo.telerik.com/IXvPpgtT
Environment
- Kendo UI version: 2025.3.825
- Browser: [all ]
Metadata
Metadata
Labels
BugC: EditorFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemNext ReleaseItem that will be included in the next official releaseItem that will be included in the next official releaseRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: LowjQuery