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

Table overlaps dynamic layout after upgrade to Pega 7.3

SA-50858

Summary



Post upgrade to Pega 7.3, a repeat grid (table layout) overlaps the dynamic layout.



Error Messages



Not Applicable


Steps to Reproduce

  1. Upgrade from Pega 7.1.7 to Pega 7.3.
  2. Browse the screen where the dynamic layout includes a table layout.


Root Cause



The <table> which wrapped the FlowActionHTML was removed as part of the Document Object Model (DOM) cleanup. This eliminated the unwanted DOM elements because they increased DOM depth.


Resolution



Perform the following local-change: Add the below CSS to an additional stylesheet. Include the stylesheet in a harness or to the UserWorkForm.

.layout-content-pms_tabbedscreenflow_wrapper #pyFlowActionHTML.alignLeft[role="main"]{
display:inline-block;
min-width:100%;
}



Published February 21, 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