Support Article
Highlight on tabbed Navigation is missing when error appears
SA-23291
Summary
The highlight on the tabbed navigation disappears when there are errors on that screen.
Error Messages
Error message is available on the screen, but screen number is not highlighted.
Steps to Reproduce
- Create a case with screen flow. In screen slow start shape, enable “Allow Errors”.
- Run the case. The highlight on the tabbed navigation (showing the current screen) is visible.
- Proceed forward without entering data in the mandatory fields.
- Observe that flow actions having error are not highlighted while forward backward navigation.
Root Cause
A defect in Pegasystems’ code or rules: Issue in PRPC in highlighting the current step when there are errors.
Raised a bug which fixes in later versions.
Resolution
Perform the following local-change:
1. Add the below css styles in the userworkform:
<style>
#ScreenFlowTabs ul li#currenterror a:before {
background: #23609d;
color: #fff;
width: 37px;
padding: 11px 0;
top: -20px;
}
</style>
2. Save the userworkform rule to application ruleset.
Published May 21, 2016 - 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.