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

Text formatting of active and inactive tabs displays same format

SA-87937

Summary



Text formatting of active and inactive tabs displays the same format though it is defined in the skin to display differently. The issue occurs for the horizontal tabs and not for the vertical tabs.
 

 


Error Messages


Not Applicable

 

Steps to Reproduce

  1. Create a Tab group layout
  2. Configure a Custom format in the skin with a different mixin for active and inactive tabs


Root Cause



A defect in Pegasystems’ code or rules. 

Resolution



This issue is scheduled to be addressed in a future Pega patch release.

Alternatively,
Perform the following local-change:
  1. Add the below code to the UserWorkForm rule:
    <style>
    .MyFormat .MyFormatList .tab-li-t-ns span#TABANCHOR span#TABSPAN SPAN {
        font-weight: normal !important;
    }


    .MyFormat .MyFormatList .tab-li-t-ns-selected span#TABANCHOR span#TABSPAN SPAN {
        font-weight: 700 !important;
    }

    </style>

     
  2. Replace MyFormat with YourOwnFormatName and MyFormatList with YourOwnFormatNameList


 

 

Published December 2, 2021

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