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

All tabs aren't displaying in TabRepeat section in a tabbed grp

SA-8632

Summary



User is having a tabbed section which is embedded in a Tab group layout, which is getting sourced from a PageList property.
The no of tabs displayed will be based on the no of the PageList records, but not all the values of PageList is displayed as tabs.

It was working fine on PRPC 5.5SP1, where all the tabs are stacked to show in rows.
In Pega 7.1.7 tabs goes beyond the screen and not displayed.



Error Messages



Not Applicable

Steps to Reproduce



Have a tabbed repeat section in a tabbed group layout which sources from Pagelist property.

Page-list has 14 records but only 5 tabs has been displayed on screen.

Root Cause



The root cause of this problem is that user has upgraded to 717 from 5.5 SP1.
Usage of older layouts/controls was causing the alignment issue where the tabs container is getting overflowed by the tab data(page).

Resolution



The issue has been fixed by the following local change - 

1. Save UserWorkForm HTML fragment in to an open ruleset.

2. Copy the below style script into it.

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

3. Clear your browser cache and restart the browser.
 

Published June 12, 2015 - 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