Forum Discussion
Edige IE mode, 32-bit?
mindst Hello. It's been a awhile, obviously, and I've been messing around some more, particularly with the IE "Display intranet sites in Compatibility view". I have this enabled by policy because a few intranet sites have emulate IE9 meta tags. This was doen because they have XML islands and to recode all those calls with XHR and controlling asynchronous/synchronous calls would be an undertaking. Would you know if compatibility and emulate previous IE versions is supported in Edge IE mode?
While I'm here, I've een reading about a new Chrome Edge browser? Does this still have IE mode capability? Thank you so much.
Hey there Tom, the Chromium Edge browser does indeed have IE mode configurable through group policy, though it's IE11 - Configure IE mode Policies | Microsoft Docs
I am honestly not very familiar with the legacy Microsoft Edge group policy but it doesn't look like there's an option to emulate previous IE versions using IE mode in either the legacy or new (Chromium) Microsoft Edge.
Hope that helps!
-Alex
- TomGriffith3Jan 17, 2022Brass Contributor
Alexandra-R Hello. If you have a minute, I read in an online forum that Microsoft isn't supporting OLE in applications. I hope this doesn't affect ActiveX and Edge IE mode. Is IE Mode/ActiveX still good? I use MS Word interoperability in javascript to populate Ms Word ranges, etc. from browser fields. thank you very much.
- TomGriffith3Feb 18, 2021Brass Contributor
Alexandra-R Hey, another quick question. When I go through the Configure IE mode document you linked...
https://docs.microsoft.com/en-us/DeployEdge/edge-ie-mode-policies#configure-internet-explorer-integration
I try this...
Enable Internet Explorer integration using Group Policy
Download and use the latest https://www.microsoft.com/en-us/edge/business/download.
but the link takes me to a general Edge download page. I can't find where I am able download the Policy Template. I doubt I will have the administrator access to do much on my local but I am trying to engage the desktop support team. Any help would be appreciated. Thank you.
- Alexandra-RFeb 18, 2021Former Employee
TomGriffith3 You need to scroll down and select your channel/version and build, then click 'Get Policy Files' 😃
- TomGriffith3Feb 19, 2021Brass Contributor
Alexandra-R Hi. Thank you so much. I downloaded the zip, extracted and have been reading stuff about copying files into c:/Windows/PolicyDefinitions (I can't do it anyway as I don't have admin access t paste files into the Windows directory). I also want to get a feel for the centralized/remote policy setting to be done by the support team. Although I suspect my lack of admin access locally will be a problem, I am trying to follow these steps from the link...
Enable Internet Explorer integration using Group Policy
Download and use the latest https://www.microsoft.com/en-us/edge/business/download.
Open Group Policy Editor.
Click Computer Configuration > Administrative Templates > Microsoft Edge.
Double-click Configure Internet Explorer integration.
Select Enabled.
I can't figure out what the Group Policy Editor is within the unzipped folders....
- TomGriffith3Feb 16, 2021Brass Contributor
Alexandra-R Hi, Alex. i was going to test all of the above but wanted to "one-off" enabling IE mode on my desktop Edge settings. Not going through IT team and policy settings. There supposedly used to be a toggle switch of some sort in Edge Settings but its not there. Has this been removed? Thank you.
- Alexandra-RFeb 16, 2021Former Employee
TomGriffith3 Unfortunately there's no longer a toggle for consumers, and to your above question I'm a little concerned about the emulate IE9 tag also but I'm not positive if it will work. Let me check in with the team that handles IE mode and see what they have to say on that (sorry for the delay!)
- mindstFeb 16, 2021Iron Contributor
Hi, IE Mode supports everything that is supported by IE11 in your environment. Content is rendered by actual IE11 in IE mode, so basically you get IE11 in Edge window. It does support emulate tag/http header the same as IE11.
- TomGriffith3Feb 16, 2021Brass Contributor
Alexandra-R Hey, thank you so much. This is the documentation I've read....
IE mode supports the following Internet Explorer functionality
- All document modes and enterprise modes
- ActiveX controls (such as Java or Silverlight)
- Internet Explorer settings and Group Policies that affect the security zone settings and Protected Mode
1. I have meta tags such as <meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE9\">
<meta http-equiv=\"cache-control\" CONTENT=\"no-cache\">
are these supported document modes? It appears so from documentation but I'm concerned with the former, in particular.
In IE 11, the upper right gear icon...Compatibility View settings..."Display intranet sites in Compatibility View" is checked, along with "use Microsoft compatibility lists". I am presuming, hoping, praying all the above are defaults for IE mode in Chromium Edge (covered under those three bullet points). I guess having less control via IE 11 Gear icon and Internet Settings is making me nervous.
Oh, does anybody know for sure if ActiveXObject objects for Msxml12.DOMDocument.8.0 and Msxml12.XMLHTTP.8.0...which work in IE11 are supported in IE mode?
Thank you so much.