Bug reports Found a bug? Post it here please.
Version 7.x > Bug reports > Problem with IE 10 View modes: 
User avatar
Member
Member
desi24-abv - 9/4/2013 10:45:10 AM
   
Problem with IE 10
Hi,

I have problem to access pages, give me this problem:

http://postimg.org/image/u929mw3rr/

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 9/5/2013 2:27:03 AM
   
RE:Problem with IE 10
Hello,

Is it working correctly in other browsers? From the error message it seems that you are missing the web part code files. Have you checked given disk location and are those files present?

Best regards,
Juraj Ondrus

User avatar
Member
Member
desi24-abv - 9/5/2013 3:17:59 AM
   
RE:Problem with IE 10
Yes, to other browsers and to IE 9, IE8 it's OK. But where submit form add this parameter - (F(6-bj-bK3GiyhnFAKchVfOIqMYz24OblrGABKhLNNijOlYP-EUTyKge9jKeXzXwg8pA4-hbav31WoANMveqPhWZ1GfuCShqaRPDbBpIkxkO1NU8LQjTVUxazjgY5s3sN40)) in URL.
'WebForm_DoPostBackWithOptions' is undefined

User avatar
Certified Developer 10
Certified Developer 10
josha-bpstudios - 10/23/2013 12:16:35 PM
   
RE:Problem with IE 10
A quick workaround for now could be to make it act like IE 9.

<meta http-equiv="X-UA-Compatible" content="IE=9" />

Not saying that this will fix everything, but this may make it work for now...At any rate I would say its worth a try. Just place that in the masterpage header and see if it works.