cancel
Showing results for 
Search instead for 
Did you mean: 

Document Mode is not set by IE11's Enterprise Mode for portal component

former_member182374
Active Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

saar_dagan
Employee
Employee
0 Kudos

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-


Thanks and BR,

Saar

former_member182374
Active Contributor
0 Kudos

Hi Saar,

I'm aware of the blogs and notes and I implemented it for the portal and it works a few months without any problem.

I need standards mode for one portal component.

I solved it, it was a typeo (-:

The green closing tag should not be there:

<path docMode="edge">/irj/servlet/prt/portal/prtroot/myprj.ComponentName></path> 


Regards,

Omri

Answers (0)