Hello Experts,
My portal version is 7.31 SP17 and it runs (for now) in quirks mode.
I need to run the portal in IE11's Enterprise Mode but one portal component should run in IE11 Standards Mode.
I created a URL iView that opens the portal component in a new window. The URL is: /irj/servlet/prt/portal/prtroot/myprj.ComponentName.
Then I added the following entries to the site list Enterprise Mode xml file:
<rules version="3">
<emie>
<domain exclude="false">myportal.com
<path exclude="true">/irj/servlet/prt/portal/prtroot/myprj.ComponentName</path>
</domain>
</emie>
<docMode>
<domain>myportal.com
<path docMode="edge">/irj/servlet/prt/portal/prtroot/myprj.ComponentName></path>
</domain>
</docMode>
</rules>
The EMIE part works: The portal is opened in enterprise mode except my component's URL.
The docMode part is not working: I set it to 'edge' but it still renders as quirks.
How can I solve this issue?
Regards,
Omri