Answered by:
Differences in ie versions

Question
-
Hi everyone,
I want to ask you about a differences in Internet Explorer versions :11.0.9600.17105 and 11.0.9600.18321.
My application works correctly on the first one but doesnt work on second one.
I want to resolve that problem since most of my users use IE, but i dont know where to find the differences and how they are influence on my app.
Thanks,KB.
Wednesday, June 29, 2016 8:40 AM
Answers
-
Hi,
see IE Compatibility changes by version
additionally IE10/11 has user configurable ActiveX blocking.
If you are on a corporate network, use Enterprise Site Mode lists or x-ua meta or headers to force your site to use a lower emulation mode in IE11.
or
f12>Debug tab, select "Break on all exceptions"...without closing the dev tool, return to your site, and refresh the page and any scripting and markup errors and warning will be listed in the Console tab (normally they are suppressed when the dev tool is not visible or "Do not break on exceptions" is selected in the dev tool.
F12>Emulation tab, change to a lower emulation mode (the page will refresh). Observe any errors listed in the console tab, repeat the test plan until you have chosen an emulation mode that does not produce any errors output. Use that emulation mode for the site in your Enterprise Site Mode lists or your x-ua meta or header.
Rob^_^
for workarounds see MSDN - IE Compatibility Cookbook- Edited by 网游 - wang'you Tuesday, July 5, 2016 4:00 AM
- Proposed as answer by Baron Bi Thursday, July 7, 2016 7:43 AM
- Marked as answer by Herro wongMicrosoft contingent staff Sunday, July 10, 2016 9:02 AM
Tuesday, July 5, 2016 2:14 AM
All replies
-
Hi Dev_Kac_Bul,
thanks for posting here.
>>I want to ask you about a differences in Internet Explorer versions :11.0.9600.17105 and 11.0.9600.18321.
Here are some security updates about version 11.0.9600.17105 and 11.0.9600.18321 for you as a reference.
https://support.microsoft.com/en-us/kb/2962482
https://support.microsoft.com/en-us/kb/3154070
And you could connect to Microsoft for more information about Microsoft product.
Also could you please provide more information about your app and your issue on IE version 11.0.9600.18321? So that we could help you to find out the root cause and solve the issue. Your cooperation and understanding will be grateful.
Best Regards,
Sera Yu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Thursday, June 30, 2016 9:26 AM -
Hi,
Thanks for your response.
I tried to connect to Microsoft but i was redirected here.
My app brokes when i turned on a site which has js script.
That scripts has a few functionality, e.g.:
-Operations on xml and xsl files -> downloading and converting to html with javascript
-Transformation xml-xsl (I ve got turned on ActiveX).
-Operations to detect which browser is turned on:
in new way:
" if (window.ActiveXObject || "ActiveXObject" in window) {
actBrowser = INTERNET_EXPLORER;"
-Getting data from cgi scripts (data stored i xml)Have you got some suggestions for me?
Thanks in advance,
KB
Friday, July 1, 2016 10:19 AM -
Hi,
see IE Compatibility changes by version
additionally IE10/11 has user configurable ActiveX blocking.
If you are on a corporate network, use Enterprise Site Mode lists or x-ua meta or headers to force your site to use a lower emulation mode in IE11.
or
f12>Debug tab, select "Break on all exceptions"...without closing the dev tool, return to your site, and refresh the page and any scripting and markup errors and warning will be listed in the Console tab (normally they are suppressed when the dev tool is not visible or "Do not break on exceptions" is selected in the dev tool.
F12>Emulation tab, change to a lower emulation mode (the page will refresh). Observe any errors listed in the console tab, repeat the test plan until you have chosen an emulation mode that does not produce any errors output. Use that emulation mode for the site in your Enterprise Site Mode lists or your x-ua meta or header.
Rob^_^
for workarounds see MSDN - IE Compatibility Cookbook- Edited by 网游 - wang'you Tuesday, July 5, 2016 4:00 AM
- Proposed as answer by Baron Bi Thursday, July 7, 2016 7:43 AM
- Marked as answer by Herro wongMicrosoft contingent staff Sunday, July 10, 2016 9:02 AM
Tuesday, July 5, 2016 2:14 AM