Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant Technology Solutions
US
Last activity: 6 Apr 2016 23:31 EDT
Pega IAC 62sp2 gadget not rendering correcly on IE9 standardmode
Hi,
We are trying to embed a Pega IAC 62sp2 gadget onto an angular JS application.The angualr JS page will render only on IE9 standard mode and won't run on QuirksMode. Based on the various article on PDN ,62Sp2 IAC gadget will render only on Quirks Mode.We are having issues with buttons and dropdowns while rendering the gadget. Please let me know if it is a technology constraint or any fixes are there to run it on IE standarad mode. SR-A19311 has been opened for this but looking for more information on this set up.
SCRIPT438: Object doesn't support property or method '_initError'
pega_tools_xmldocument_1347403921.js!csvalid_13145023181.js!pega_validators_13568956141.js!input_formatter_11228896900.js!!.js,
line 1 character 324
SCRIPT5022:
HierarchyRequestError
pega_ui_harness_13276015834!!.js, line
2 character 130983
SCRIPT5007: Unable to get
property 'length' of undefined or null reference
ega_tools_xmldocument_1347403921.js!csvalid_13145023181.js!pega_validators_13568956141.js!input_formatter_11228896900.js!!.js,
line 2 character 4235
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](/themes/custom/pegacc_theme/images/user-icon.png)
![](/themes/custom/pegacc_theme/images/user-icon.png)
Hi Dinu,
That is correct. 6.2 SP2 needs Quirks mode to work properly. There are no fixes to make it work while running in Standards mode. Running in Standards and using HTML5 did not come until Pega 7. That level of effort as you can imagine is far to large to consider bringing back to our legacy PRPC 6 product.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant Technology Solutions
US
So what could be the alternate solution other than upgarding to Pega 7?
![](/themes/custom/pegacc_theme/images/user-icon.png)
![](/themes/custom/pegacc_theme/images/user-icon.png)
Is IE9 your actual browser version? Or is your hosted app targeting and needs IE9 standards?
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant Technology Solutions
US
As of now IE9 is the standard and angular JS page has the following tag defined <! Doctype html> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
IWe have a plan to upgarde to IE11.Will it work on IE11 HTML5 Quirks mode in IE11 ? I know IE9 cannot support multiple document mode.
![](/themes/custom/pegacc_theme/images/user-icon.png)
![](/themes/custom/pegacc_theme/images/user-icon.png)
Hi Dinu,
That's correct, after IE9, IE no longer supported running in two different document modes. So IE11 will have the same issue, and in fact be worse for you. It certainly will not be able render your IAC gadget properly with that doctype defined and the explicit meta tag forcing the latest standards. Even without that, by default IE11 is going to run in Edge anyways.
So any attempts at getting this to work in IE9 will be wasted effort if you have plans to move to IE11 (especially since Microsoft has stopped supported IE9).
Once you move to IE11 you will have other compatibility issues for your legacy PRPC release, independent of your IAC configuration.
Honestly you will have much less of a headache if you start planning your Pega 7 upgrade now with all of these cards stacked against you.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant Technology Solutions
US
Thanks Rett,Let me discuss with team...
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
AIG
US
Does Pega 7 supports Browser Type: Compatibility in IE 11 for End User Portals ?
FYI ~
We have group user policies which enforces the IE to render in Compatibility mode, and there's no provision for users to switch the mode as the policies are dictated across the board by the networking team. I believe the reason for doing this is to support multiple other applications.
![](/themes/custom/pegacc_theme/images/user-icon.png)
![](/themes/custom/pegacc_theme/images/user-icon.png)
Hi Harish,
In a quick answer, no, Pega 7 does not support this, it will break your modern app.
However there are ways at the app level which can mitigate this conflicting setting, see: https://pdn.pega.com/support-articles/fixed-modal-size-issue-w-compatibility-and-standards-mode
But honestly, now that IE11 has introduced Enterprise mode, your IT department should be migrating to that option It has the ability to granularly set which specific sites will render as IE8, and then you can leave your Pega 7 application alone and run it natively in Standards.
If you have more questions regarding this, I would suggest starting another thread to maintain Dinu's original topic.
Thanks,
Rett
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
AIG
US
This helps.. Thanks for the feedback.