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

Scroll Bar gets invisible on UI When Error is displayed

SA-5418

Summary


The application screen has a grid. On adding multiple rows to the grid the page gets a scroll.
On a subsequent submit and validation failures, the pageSet Messages appear.
Now, if User deletes any row in the grid, the UI is getting jumbled up. Scroll disappears, Submit button is observed in the middle of the screen.

Error Messages



N/A (but Scroll Bar Disappears)



Root Cause



When we fire any AJAX request (in this case deleting a row in the grid), the clearErrorTables is removing the error messages from the DOM. Once the response is received, the messages are set again.
This is causing the screen to get jumbled up.

Resolution



Issue is resolved by below local change:
Override pega.u.d.cancelClearErrorTables boolean.
This can be achieved by using a non-autogenerated section and including it below the section containing the grid control.
<script>
pega.u.d.cancelClearErrorTables=true;

</script>

 

Published January 31, 2016 - 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