This is a migrated thread and some comments may be shown as answers.

Opening an event then dragging the window changes the window colour

1 Answer 21 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Veteran
Thomas asked on 12 Aug 2020, 08:59 AM

Hello,

Opening an event in the schedule and then dragging the window that loads as a result makes the window's background colour to change. It seems to be changing to match the overlay background colour. I can recreate this using the example provided on your documentation

https://demos.telerik.com/aspnet-mvc/scheduler

 

I've tried this using chrome and firefox and the behavior is the same.

Is this default/expected behavior? Is there any way to override this?

Thanks

Tom


1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 17 Aug 2020, 10:04 AM

Hello Tom,

Thank you for reporting this issue. I've logged it for fixing: https://github.com/telerik/kendo-themes/issues/1784

As a workaround, you can apply the following CSS:

<style>  
  .k-window .k-overlay {
    display: none;
  }  
</style>

I've updated your Telerik points for reporting this issue.

Regards,
Ivan Danchev
Progress Telerik

Tags
Scheduler
Asked by
Thomas
Top achievements
Rank 1
Veteran
Answers by
Ivan Danchev
Telerik team
Share this question
or