Support Article
Harness does not expand dynamically on adding non-auto section
SA-76220
Summary
The harness does not expand dynamically on including a non-auto section in a flow action for a microsite.
Error Messages
Not Applicable.
Steps to Reproduce
- Log in to the application
- Call a non-auto section in a flow action and use that flow action for the microsite
- Embed a gadget in the external website and observe that the content above the footer does not display
Root Cause
An issue in the custom application code or rules.
pega.u.d.doHarnessResize is not triggered on Document Object Model (DOM) changes.
Resolution
Perform the following local-change:In the non-auto section, add the below code at the end of any function call:
if (pega.Mashup) {
pega.u.d.doHarnessResize();
}
Published April 4, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.