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

Error in IE 8 Standards Mode

2 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aydın Kara
Top achievements
Rank 1
Aydın Kara asked on 20 Nov 2014, 03:17 PM
Hello,

When using Kendo UI v2014.2.1008 in our web pages, with Chrome, and IE 10 there is no problem. However with IE8 Standards mode UI controls does not render correctly.

When a I attached the html file. When the user user enters an input to the multiselect javascript error below is thrown, which is also IE 8 standards mode specific.:

SCRIPT65535: Unexpected call to method or property access. 
jquery-1.11.1.min.js, line 3 character 20616

Regards

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 24 Nov 2014, 10:22 AM
Hello Hasan,

It seems that an unacceptable for IE8 action is done during the user input. It seems that you are using input element for the MultiSelect widget, which is incorrect. I would suggest you use Html select element instead.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Aydın Kara
Top achievements
Rank 1
answered on 24 Nov 2014, 03:43 PM
Answer!.. You're right, HTML Select did the trick. 

Thank you for your answer and interest.

Tags
General Discussions
Asked by
Aydın Kara
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Aydın Kara
Top achievements
Rank 1
Share this question
or