-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: SchedulerFP: 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 the user tries to set a repeat rule for an event, the spinners for the NumericTextBoxes are not displayed
Reproduction of the problem
- Open the Demo - https://demos.telerik.com/kendo-ui/scheduler/basic-usage
- Try to edit or create an event and click Repeat Daily
Current behavior
The spinners are not displayed. Also, the calendar icon is not displayed.
The following classes should be applied only to the parent element: k-recur-interval, k-recur-count, k-recur-until
Expected/desired behavior
The spinners and the calendar icon should be visible
The issue is a regression starting with 2023.1.117
Workaround
edit: function(e){
$('[name="recurrenceRule"] .k-button-group-stretched button').click(function(){
$('.k-recur-interval.k-input-inner').removeClass('k-recur-interval')
$('.k-recur-count.k-input-inner').removeClass('k-recur-count')
$('.k-recur-until.k-input-inner').removeClass('k-recur-until')
})
},
Dojo - https://dojo.telerik.com/@NeliK/iVExeNek
Environment
- Kendo UI version: 2024.3.806
- Browser: [all ]
Metadata
Metadata
Assignees
Labels
BugC: SchedulerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery