Support Article
UI (Title bar) behaviour is different in PRPC 6.3 and PRPC 5.4
SA-11561
Summary
Title bar label holds a section with multiple layouts whose visibility is controlled by When conditions. The behaviour is different in PRPC 6.3 when compared to PRPC 5.4.
In PRPC 6.3, the added details for the section is not displayed in a collapsible format and it is not aligned as it is in PRPC 5.4.
Error Messages
Not Applicable
Steps to Reproduce
Not Applicable
Root Cause
The root cause of the behavior is on upgrading from PRPC 6.3 to PRPC 5.4 some of the styles are updated according to the current PRPC version of collapsible bars.
Resolution
This issue is resolved through the following local-change:
Include below code in the section where the misalignment occurs:
<style>
.noHeader{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
</style>
Published July 14, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.