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
Hi Omri,
Enterprise mode is not valid in EP, see note- 2315409 - Issues caused by Enterprise mode
EP has it's on way of handling quirks mode (IE5 mode/old IE7 mode) that is the browser document mode iView.
Please see Maya Amit's blog-
IE and Portal – Standards/Quirks Mode Evolution (or Love-Hate Relationships)
Thanks and BR,
Saar
Add a comment