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

Accordion layouts are hidden in IE

SA-47474

Summary



Accordion layouts are being hidden in Internet Explorer 11, the scroll height is not calculated properly on load.

Resizing the window calculates the height properly.

Placing the below code in UserWorkForm has solves the issue in Pega 7.2.2, but doesn't help in Pega 7.3:


<script>
try{ pega.u.d.attachOnload(function(){ pega.u.d.doHarnessResize(); },true); }catch(e){}
</script>


Error Messages



Not Applicable


Steps to Reproduce



1. Place an Accordion layout at the bottom of the screen.
2. Configure them for defer-load and add a pre-processing activity.


Root Cause



A defect in Pegasystems’ code or rules:

When the Dynamic Container has sizetocontent option enabled, the gadget resize call backs which sets the height of the iframe is fired on harnessresize event.

When there is accordion in the harness resizeaccordion is fired first and then the gadget resize is called to set the correct height taking into account the accordion new height.

However resizeaccordion, adds a animation with duration of one second to set height and this causes the accordion height to be set after the iframe height is set.

This makes some part of the harness to go out of viewport.


Resolution



Apply HFix-37920.


Published March 23, 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