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

Wrong icon displays when Text Area is expanded

SA-12482

Summary



Text Area with Expand control collapsing icon looks fine but when expanded an error icon is displayed.

Error Messages



Not Applicable

Steps to Reproduce



1. Add Text Area control or property to UI with Expand/Collapse mode.
2. Expand the Text Area and observe the icon.

ROOT CAUSE & RESOLUTION

Issue is resolved by following local-change:

Replace the existing code in FrameworksCustomCSS style sheet.


Replace:

.iconInputExpanded {
background-image:url('IconError.png');
width:24px;
height:24px;
}


with:

.iconInputExpanded {
background-image:url('pzgrid_downarrow.png');
width:24px;
height:24px;
}

Published July 29, 2015 - 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