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

TextArea wrapping issue on delegated rule

SA-33093

Summary



The users have created a Local Storage in Data Type. In the local Storage there is one column as textarea. In Designer Studio, the textarea wrapping is fine. When the rule is delegated and opened by any Manager/User, the textwrapping goes away.



Issue is replicable in all browsers.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a Local Storage Data Type and have one column as textarea.
  2. Delegate the rule
  3. Login via manager portal in IE 11.
  4. Click on Configurations on left portal.
  5. Click on "EDIT" button for item "Delegated Rule"

Root Cause



A defect in Pegasystems’ code or rules as the CSS "pre-wrap" was not applied.

Resolution



Perform the following local-change:
  1. Open userworkform and do save as in your ruleset
  2. Apply the below code:

<style>

TEXTAREA {
white-space:pre-wrap !important;
}
</style>



Published February 4, 2017 - Updated October 8, 2020

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