Unplanned
Last Updated: 02 Apr 2019 14:12 by ADMIN
Dustin
Created on: 02 Apr 2019 00:33
Type: Bug Report
0
CSS on scheduler is not showing selected value correctly

See demo:

I'm not sure about other themes but this is the one we use.  Submitting so you can provide a fix in next version but can you provide a CSS fix for this that we can add to our page in the meantime?

See attached screenshot.

Thanks!

Attached Files:
1 comment
ADMIN
Petar
Posted on: 02 Apr 2019 14:12
Hi Dustin,

Thank you for posting about this issue. It has been logged as a regression bug since the R1 2019 SP1 version of Kendo UI. You can follow its public thread here: https://feedback.telerik.com/kendo-jquery-ui/1403150-css-on-scheduler-is-not-showing-selected-value-correctly

In this demo, the Scheduler uses the Fiori theme and the unexpected blue background is removed.

The CSS snipped which brings the proper View background back is:
.k-state-selected > .k-link, .k-state-selected>.k-link:hover{   
  background-color: transparent;
}
You can add it to your code and everything should work as you used to be.

If you continue to experience any troubles with this issue, do not hesitate to contact us. 

I've updated your Telerik points as a sign of gratitude. 

Regards,
Petar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.