Support Article
TextArea control content is not wrapped in the Perform harness
SA-54288
Summary
TextArea control content is not wrapped in the Perform harness.
Error Messages
Not Applicable.
Steps to Reproduce
- Add a TextArea control in section rule
- Run the case and provide a long text in the text area
- Save the case and close it
- Open the case in the Review harness. The TextArea content is wrapped
- Navigate to the Perform harness. The TextArea content not wrapped
Root Cause
A software use or operation error. In pyCaseActionArea, pzActionAreaContent was used to render FlowAction rule in UI. pzActionAreaContent uses deprecated component 'Layout' to render the content, which is not responsive.

Resolution
Perform the following local-change:
Replace pzActionAreaContent with FlowActionHTML_Simple section rule.
Published July 23, 2018 - 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.