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

Bootstrap theme backward compatibility broken

1 Answer 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Dan asked on 15 Nov 2018, 01:29 PM

We are using the bootstrap theme and we wanted to update to the latest version from 2018.2.620.

I have a dropdown list with an option element. When the option element is selected and you open the list the option element is not selected.
See old version
https://dojo.telerik.com/aqiweQIf
See new version
https://dojo.telerik.com/uPuKuvIn
Click on the categories and when the list opens the new version does not have the option item selected.
Are there other backward compatibilities broken like this one?

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 19 Nov 2018, 12:34 PM
Hello Dan,

After further investigating the described issue, I can confirm that the observed behavior is related to a bug in the Bootstrap theme. I have logged this in the Kendo UI Themes repository and you can start tracking the progress that we make on it from item #452.

As a temporary workaround, you could try using the following CSS (Dojo example):
<style>
  .k-list-optionlabel.k-state-selected {
    color: #fff;
    background-color: #007bff;
  }
</style>

Also, as a token of gratitude for helping us discover this issue, I have updated your Telerik Points.

Regards,
Dimitar
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.
Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Dimitar
Telerik team
Share this question
or