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

IE 11 styling issues

4 Answers 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 16 Jun 2016, 08:03 AM

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

Sort by
0
Iliana Dyankova
Telerik team
answered on 20 Jun 2016, 07:19 AM
Hi Jeff,

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
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Jeff
Top achievements
Rank 1
answered on 20 Jun 2016, 08:30 AM

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

0
Iliana Dyankova
Telerik team
answered on 21 Jun 2016, 09:21 AM
Hi 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
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Jeff
Top achievements
Rank 1
answered on 21 Jun 2016, 09:46 AM

Thanks for that. I was starting to think it was just my PC.

 

Jeff

Tags
General Discussions
Asked by
Jeff
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Jeff
Top achievements
Rank 1
Share this question
or