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

ng-disabled doesn't work in IE10

2 Answers 49 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 20 Jul 2015, 06:12 AM

I found that <input kendo-date-time-picker ng-disabled="true" /> doesn't disable the calendar and clock icons in IE10 so user can still use them to set datetime, but it works fine in IE11, chrome and other browsers, is it a bug?

Here is a example to reproduce the issue: http://dojo.telerik.com/@darkthread/UFIVo

 

 

 

2 Answers, 1 is accepted

Sort by
0
Atanas Georgiev
Telerik team
answered on 21 Jul 2015, 01:14 PM
Hello Jeffrey,

The ng-disabled integration relies on mutation observers, which are not available in IE 10 and below. Please use k-ng-disabled instead as shown in the following snippet. For more details please refer to this help article and this forum thread.

Regards,
Atanas Georgiev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Jeffrey
Top achievements
Rank 1
answered on 21 Jul 2015, 10:44 PM

Hi Atanas, 

Thanks for help and I learned new thing -- mutation observers. 

Regards,
Jeffrey

Tags
Date/Time Pickers
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Atanas Georgiev
Telerik team
Jeffrey
Top achievements
Rank 1
Share this question
or