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

Clear Text icon not displayed within the text input field in IE

SA-44794

Summary



Clear Text (X) icon, within a text input field, does not display. This occurs in the Internet Explorer browser after upgrading to Pega 7.2.


Error Messages



Not Applicable


Steps to Reproduce

  1. Upgrade from PRPC 6.1 to Pega 7.2.
  2. Create a section.
  3. Include a text input field in the created section.
  4. Enter some value in the text input field at runtime.


Root Cause



This behavior is as per Pega product design. This icon was unique to the Internet Explorer browser, and was removed from text input elements to unify Pega displays across browsers.


Resolution



Perform the following local-change:

Add the following code snippet to the UserWorkForm to display the Clear Text (X) icon in the Internet Explorer browser. <style>
.ie11 input::-ms-clear, .ie10 input::-ms-clear, .edge input::-ms-clear {
display: block !important;
}
</style>


Note: This is a pseudoelement which is not supported by Chrome and Firefox browsers.


Published February 16, 2018 - Updated October 8, 2020

Was this useful?

100% 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