Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Layout group for pyCaseMainAddInfo does not display correctly

SA-49864

Summary



The layout group for pyCaseMainAddInfo does not display correctly in the Internet Explorer browser. The layout group displays across the entire screen blocking other content.




Error Messages



Not Applicable.


Steps to Reproduce

  1. Launch the portal
  2. Navigate to the case information section in the bottom of the screen


Root Cause

In Internet Explorer, with templatization enabled, layout group expand to full screen.
The tab-overflow class is attached to the layout without 'container-scroll' class.



Resolution

Perform the following local-change:

Add the following script in UserWorkForm.
<script>
$(function() {
var tabOverflowSelector=document.querySelectorAll(".ie div.layout[data-template]>div.layout-body:not(.container-scroll)>div.tab-overflow");
if(tabOverflowSelector!=null){
for (i = 0; i < tabOverflowSelector.length; ++i) {
tabOverflowSelector[i].classList.remove("tab-overflow");}
}
});
</script>


Published March 9, 2018 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us