Support Article
Issue with expanding table to right post upgrading
SA-98688
Summary
Unable to expand table to right post upgrading Pega 7.x to Pega 8.2.4.
Error Messages
Not Applicable
Steps to Reproduce
- Configure a grid in a section
- Write a Visible condition to display the grid only after the current harness is refreshed
Root Cause
An issue in the custom application code or rules. The width of the outer table is incorrect on the Internet Explorer (IE) browser post upgrade.
Resolution
Perform the following local-change:
- Create a new Cascading Style Sheet (CSS file)
- Include the below code in the file:
.ie-table-fix {
width:100% !important;
} - Place the CSS file in the harness level on the Scripts&Styles tab
Published March 27, 2020 - 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.