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

Wrap text does not work in Internet Explorer 11 browser

SA-51201

Summary



In the Internet Explorer 11 browser, wrap text does not work when the text exceeds the length of the property field width.

Browser: Internet Explorer 11
Version: 11.0.9600.18893

However, wrap text works on Google Chrome.
Browser: Google Chrome
Version 55.0.2883.87 m



Error Messages


 
No t Applicable


Steps to Reproduce

  1. Enter text that exceeds the size of the property field width.
  2. Display the value as ReadOnly. Text displays without word wrapping.

Root Cause



A defect in Pegasystems’ code or rules.

Internet Explorer browser cannot handle wrap words correctly.


Resolution



Perform the following local-change: 
  1. Create a UserWorkForm on the application ruleset.
  2. Save As (specialize by class or ruleset) the UserWorkForm on the application ruleset.
  3. Add the following script to the UserWorkForm (custom CSS).​​​​

    <style>
      .wrap-text{
        white-space: normal; !important;
        word-wrap: break-word; !important;
      }

    </style>

  4. Navigate to Advance Cell setting > ReadOnly class (wrap-text) to edit each section or text field.
  5. Click Submit. Save all the sections.

Published September 4, 2018 - 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