Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spinners and calendar are not displayed for recurring rule in edit window in Scheduler #7962

Closed
nelito987 opened this issue Sep 2, 2024 · 0 comments
Assignees
Labels
Bug C: Scheduler FP: Completed Sync status with associated Feedback Item jQuery Next Release Item that will be included in the next official release Regression Broken functionality which was working previously SEV: Medium
Milestone

Comments

@nelito987
Copy link
Contributor

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

  1. Open the Demo - https://demos.telerik.com/kendo-ui/scheduler/basic-usage
  2. 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 ]
@nelito987 nelito987 added Bug SEV: Medium C: Scheduler jQuery Regression Broken functionality which was working previously labels Sep 2, 2024
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Sep 2, 2024
@nelito987 nelito987 self-assigned this Sep 2, 2024
@Dimitar-Goshev Dimitar-Goshev self-assigned this Sep 13, 2024
@Dimitar-Goshev Dimitar-Goshev added this to the 2024 Q4 (Nov) milestone Oct 2, 2024
@github-actions github-actions bot added FP: Planned Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Oct 2, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Oct 2, 2024
@Dimitar-Goshev Dimitar-Goshev added the Next Release Item that will be included in the next official release label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Scheduler FP: Completed Sync status with associated Feedback Item jQuery Next Release Item that will be included in the next official release Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants