Forum Discussion
Pop-ups not working in Edge - IE Mode
I have the same issue. Did you find a solution?
veigalari pnraj76 Hi! Just to follow up, when this issue occurs, are you folks using a 3rd party application? For example, Siebel?
-Kelly
- ara2148Jun 08, 2022Copper Contributor
Kelly_Y this is happening to us too and we are using Siebel. Is there a fix for this l?
- TravisCuttsJun 08, 2022Copper Contributor
In the enterprise mode site list add the allow-redirect rule.
Internet Explorer (IE) mode troubleshooting and FAQ | Microsoft Docs
Why aren't pop-ups or redirected websites loading in IE mode or in Internet Explorer 11?
After configuring IE mode, certain websites, especially those sites that create a new window or a site that gets redirected may not render in IE mode or open in Internet Explorer 11.
For this kind of redirected website, you can make use of the allow-redirect="true" in the site list configuration. For more information, see Updated schema elements.
allow-redirect A boolean attribute of the <open-in> element that controls the behavior for redirected sites. Setting this attribute to "true" indicates that the site will open in IE11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain. Omitting the attribute is equivalent to "false" (sites in redirect chain will not open in another browser).
Example<site url="contoso.com/travel">
<open-in allow-redirect="true">IE11 </open-in>
</site>