cancel
Showing results for 
Search instead for 
Did you mean: 

Browser mode

former_member401472
Participant
0 Kudos

Hi all,

How do we know, application is running in which mode.

I wanna set to to browser mode, where it is need to to, if quirks it would be ie=EmulateIE8

or standards ie=Edge”.   My question is how do i know my application is in Quirks or in Standard to set it up.


Hope this will resolve browser the issue.


Thanks

Rag


Accepted Solutions (0)

Answers (1)

Answers (1)

former_member246153
Active Contributor
0 Kudos
former_member401472
Participant
0 Kudos

Hi Srinivasan,

thanks for the reply. but i am looking browser document mode in SAP portal level at the iView. not the Java script setting.

My issues is, Portal page is not displaying/supporting the portal application.

EX: IE9, IE10 and IE11 with 32 bit and 64 bit versions.

Please let me know how to resolve this issue.

I did Tty to set up the iView "Browser Document Mode"  to "IE=EmulateIE7" and  IE=EmulateIE8

But getting the same issue.

Thanks

Rag

saar_dagan
Employee
Employee
0 Kudos

Hi Rag,

Let me try to make it a bit clearer, all WD applications should run correctly both in standards and in quirks.

There is an application parameter called sap-ie, which you configure in order to tell WD how to run (standards or quirks).

now how do you decide it? this depends on your framework page.

If your framework page is running in quirks you should send sap-ie=EmulateIE8.

if it runs in standards you should send sap-ie=edge

Your framework page has an iView called BrowserDocumenModeIview,

this iView is the one which decides how your framework page will run, the framework pages run at default in quirks mode --> IE=5, IE=EmulateIE7

So you need to send sap-ie parameter as sap-ie=EmulateIE8.

Hope this was clear,

BR,

Saar

former_member401472
Participant
0 Kudos

Thank you Saar,

So, We need to setup "


Thanks

Rag

saar_dagan
Employee
Employee
0 Kudos

Hi Rag,

That's not what I meant.

In "

In the application parameters of the web dynpro application set "sap-ie=EmulateIE8"

BR,

Saar

former_member401472
Participant
0 Kudos

Hi Saar,

   Where do we set the application parameter in webdynproapplication?

   to setting up "sap-ie=EmulateIE8" Does it like an import [ackage like any others?

Thanks

Rag

saar_dagan
Employee
Employee
0 Kudos

Hi Rag,

In the properties of WD application iview/page you have application parameters, there you can set it sap-ie=EmulateIE8

BR,

Saar

former_member401472
Participant
0 Kudos

Hi Saar,

This means i have to set property for all iView's are using in application right?

Your saying to set Application Parameters as "sap-ie=EmulateIE8" for all iViews used in Application.

This parameter(Application Parameters) desc: "URL query string list of parameters that are passed to the Web Dynpro application. For example: color=blue&answer=42

Above is correct one to set it up.

------

Is there any way to set up in single place to use for whole application.

That's why am looking in desktop level/defaulat page(iView) to set the parameter.

Thanks

Rag

pramod_gopisetty1
Active Contributor
0 Kudos

Hi Rag,

Follow the blog to change property for iviews:

http://scn.sap.com/community/enterprise-portal/blog/2013/06/30/multiple-property-replacement-wizard-...

Hope this helps.

Cheers-

Pramod