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

IE11 only: Disabled drop down get opened in a specific case

1 Answer 39 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Nikhil
Top achievements
Rank 1
Nikhil asked on 14 Apr 2016, 06:47 AM

refer URL mentioned below

http://dojo.telerik.com/AMemE

 

I have added a focusout event for the textbox in which i disable the cap color drop down.

When we focusout from texttbox by clicking on Cap color drop down list, the list is shown in IE11 (not in chrome).

 

Please suggest a way to avoid this problem.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 18 Apr 2016, 05:54 AM
Hello Nikhil,

The problem with this approach is due to the different event sequence is IE, but you could override that browser limitation in this scenario with a boolean variable that could be used for preventing the opening of the popup:
Please give this a try and see if it is working correctly on your side too.


Regards,
Konstantin Dikov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
Nikhil
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or