Allow sites to be reloaded in Internet Explorer mode Greyed Out

Copper Contributor

We have installed Edge 85.0.564.44 (Official build(64-bit) and are attempting to do testing with IE Compatibility mode. The option appears, but is greyed out. I have also got Dev and Canary installed, the option is greyed out there as well. 

28 Replies

@Stipe06 

You're welcome, great that it works for you now!

 

@Neon01 

nightmare, after reboot computer impossible to run compatibility ...

 

EDIT: 

It's crazy, now with the configuration below:
---
<site url="___">
<compat-mode>IE8Enterprise</compat-mode>
<open-in app="true" allow-redirect="false">IE11</open-in>
</site>

---

When I put the URL address in the Edge browser it launches it on Internet Explorer ...

I do not understand anything anymore!

 

@Neon01 Hi,

Maybe this details could help me with my issue?

Stipe06_0-1601022289661.png

Stipe06_1-1601022321353.png

 

@Stipe06 

Sorry, my mistake, just tested it.

If you delete the "app" and "allow-redirect" options from <open-in> and then go to edge://compat/enterprise and click on "Force update" it should work.

...

<site url="___">
<compat-mode>IE8Enterprise</compat-mode>
<open-in>IE11</open-in>
</site>

...

@Neon01 

It's resolved, I was missing this parameter:

Stipe06_0-1601029992308.png

Thanks to you.

But I did not found in the ADMX, I had to manually create the regedit key...

You are the best, thanks!

works i thank you there was no edge key create it and the dword value data is 1
I still do not have The Microroft Edge on my PC.

instead of <open-in>IE11</open-in> we tried <open-in allow-redirect="true">IE11</open-in>and it worked