Compatibility between Windows Internet Explorer IE11 and ADF
Final solution for Compatibility between IE11 and ADF
application .without upgrade your Application or downgrade your Windows .
Discussion :
The Problem will appear when upgrade your MS windows to
Windows 8.x , when user try to request ADF application , some ADF rich
component will not compatible with IE11 , because MS change agent Certificate to new
agent and ADF component could not work with
it
.
to resolve this isssue you face three solutions to resolve this Problem :
- 1-Upgrade You Weblogic and
Application to 12c .
You have to create new server and upgrade application to ADF 12c ..
2-Manual Configuration by
change Compatibly to old version
You can sesolve this issue by
change manual compatibly from IE11 browse
by press F12 from browser then change Compatibility
= IE10 or IE9 .
By this way, Compatibility will
back to default after close page .
- 3- Add custom Prosperity in Windows Registry .
(Good solution if you could not upgrade your application )
in this solution you will enforce IE11 to change Compatability to old version .
o
Press Run and write regedit to call windows registrty
·
Go to Key User Agent
HKEY_CURRENT_USER\
Software\
Microsoft\
Windows\
CurrentVersion\
Internet Settings\
5.0\
User Agent\
-
Create three String values under User Agent Key
Set values as you need and compatible. in this demo , I’ll
make compatibility with IE9
In addition, My Windows Platform
is Windows 8.1
String
|
Value
|
Compatible
|
|
|
|
|
|
Restart Internet explorer . now Press F12 . you will
see Compatibility become IE9 . (User Agent String become IE9)
----------------------------
Another solution for change Compatability from Windows Registry
you can add this key in windows Policy to change windows compatbility
Direct from Regedit command and add key and value
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList]
"appsstuff:7071"="appsstuff:7071"
"AllSitesCompatibilityMode"="dword:00000001"
HKEY_CURRENT_USER\
Software\
Policies\
Microsoft\
Internet Explorer\
BrowserEmulation\
PolicyList
"<Server>:<Port>"="<Server>:<Port>"
"AllSitesCompatibilityMode"="dword:00000001"
No comments:
Post a Comment