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

WebMashup scroll bar issues

SA-35370

Summary



Screen content is getting truncated when the screen is refreshed when using Web Mashup. No scroll bar appears to allow content to be scrolled.

This happens in Firefox and IE11.

Before refresh:



After refresh:

Scroll bar is missing and so content is truncated / inaccessible.


Error Messages



Not Applicable


Steps to Reproduce

  1. Display a harness via webmashup
  2. Refresh the browser screen


Root Cause



A defect in Pegasystems’ code or rules

Resolution



This will be fixed in a future Pega release. Perform the following local-change to resolve in current versions:

Add the following function to the application version of the UserWorkForm rule as shown below.

<script>
function resizeMashup(){
if(pega && pega.Mashup){
pega.u.d.mashupResizeHandler();
}
}
window.addEventListener("load", resizeMashup);
</script>




Published March 26, 2017 - Updated December 2, 2021

Was this useful?

100% 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