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

Unable to view status while using multiple tabs

SA-87704

Summary

User opens three tabs and closes the second tab. However, the user is unable to view the status since the label on the box is masked with the same colour. This occurs while using the Edge browser.


Error Messages


Not Applicable

 

Steps to Reproduce

  1. Launch the portal
  2. Open three cases on each tab
  3. Click the first tab
  4. Close the second tab


Root Cause



An issue in the custom application code or rules. The Cascading Style Sheets (CSS) for the label is overrided while closing the tab. The display block attribute is overrided for the label.

Resolution



Perform the following local-change: 
Add the below code to the UserWorkForm:

<style>
div[node_name="pyCaseBadges"] .content-item.content-field.item-3.remove-bottom-spacing.remove-right-spacing.flex.flex-row.badge-bg-wait.centered.dataValueRead{
display:none !important;
}
  div[node_name="pyCaseBadges"] .content-item.content-field.item-1.remove-top-spacing.remove-left-spacing.flex.flex-row.badge-bg-info.centered.dataValueRead{
display:block !important;
}
</style> 

 

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