Support Article
Error messages wrap up in HarnessErrorList section
SA-37827
Summary
Even though there is available space on the screen, the error message is getting wrapped. HarnessErrorList section is getting called to display the errors.
Error Messages
Not Applicable
Steps to Reproduce
1.Add property in a section.
2.Create activity to do validation for that property value.
3.Add a button and on button click run that activity.
4.Run case and provide invalid value to property.
5.Click on button.
Root Cause
A software use or operation error.
In the final rule(HarnessErrorList) one style is being added as custom_errorlist_ul , in <ul> element. PRPC provided a custom style which can be modified according to the business requirement.
By default this style is empty.
Resolution
Perform the following local-change:
Modify skin rule, using Component Styles >Custom Styles> custom_errorlist_ul: width 100%;
Published May 24, 2017 - 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.