Hi
I am using Kendo UI 2016.1.412 with bootstrap and Angular. I have found that IE 11 (11.0.9600.18205) has some issues with selectable/clickable elements. DateTime picker selector, dropdowns etc. Borders were missing, hover over would cause icon to disappear. Chrome worked fine.
After playing about I found that doing the following made a big improvement :
.k-select {
opacity: 0.9999
}
I believe this is an IE issue since it appears to be so random.
Jeff
4 Answers, 1 is accepted
I tried to reproduce the described issue in this dojo but to no avail (short screencast capture). Could you please modify my example and try to reproduce the problem - this way I would be able to check what exactly is going wrong and provide concrete recommendations? Thank you in advance for your cooperation.
Regards,
Iliana Nikolova
Telerik
OK tested the link provided. This also has issues with the icons in my IE11. Screen capture attached.
Added the style to the page and issue disappears. Really strange.
<style>
.k-select {
opacity: 0.9999
}
</style>
Jeff
I was able to reproduce the problem on a different PC and logged it for fixing - a fix will be included in our next internal build.
Regards,
Iliana Nikolova
Telerik
Thanks for that. I was starting to think it was just my PC.
Jeff