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

Tabbed Repeat Grid is not displaying all the tabs

SA-28892

Summary



When renaming the tab header and its length becomes too long, so it stops displaying the header and the tab content.
 

Error Messages



Not applicable


Steps to Reproduce

  1. Add a Tabbed Repeat to a section.
  2. Configure the tab header to use a section with an action to launch a modal window for renaming the header text.
  3. Add multiple tabs with long grid header name.

Root Cause



This issue was determined to be a product enhancement request, a local change was also identified.

Resolution



Include the following CSS snippet in UserWorkForm  or CSS file included in Harness: 

<style> 
[data-node-id="Name of section containing the tab repeat"] .repeatTabbed .yui-nav { 
overflow: visible; 
height: auto; 

</style>

The alternative CSS snippet used is : 

<style>
.repeatTabbed .yui-nav {
overflow: visible;
height: auto;
} </style>



Note: Enhancement request FDBK-16818 has also been created to address the issue in a future release.

 

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