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

Composite Portal Vertical Scroll bar does not display completely

SA-47503

Summary



Section data is not visible in the UI as the Composite Portal's Vertical Scroll bar does not display completely in the Interaction portal.


Error Messages



Not Applicable


Steps to Reproduce

  1. Launch the Interaction portal.
  2. Navigate to the Home tab > Click the Phone icon to launch the Interaction. The Vertical Scroll bar does not display.

Root Cause



The vertical scroll bar did not appear due to the Inline height that was applied on the workarea div.
The height of the workarea must be set equal to the window height (not body height) minus the header height.


Resolution

  1. Apply HFix-38244.
  2. Perform the below local-change after applying the hotfix:

In CSChatUtil.js, replace the function resizeInteractionPortalDcHeight() code with the below code snippet.

function resizeInteractionPortalDcHeight(){

var runtimeHeader = $("[data-node-id = 'pzRuntimeToolsTopBar']");
if(runtimeHeader && runtimeHeader.length > 0)
$("#workarea").height($(window).height() - $("header").height() - runtimeHeader.height());
else
$("#workarea").height($(window).height() - $("header").height());

}



Published December 10, 2017 - Updated December 2, 2021

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