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

In IE11Dropdown in the screen is highlighted which is not in IE9

SA-17189

Summary



Default selection in dropdowns with action list is highlighted in blue color in background in IE11. Problem not happening in IE 9.
 

Error Messages



No Error on Screen. It affects user experience.


Steps to Reproduce


 
  1. In CPM portal do a member search. 
  2. In the member screen we see the action list drop down.
  3. The default selection in the drop down is highlighted in blue color.


Root Cause



A defect in Pegasystems’ code or rules

On debuging the issue at User end we found that CSS Style Select is being loaded which has style attribute background-color set to 'transperent'. IE11 somehow is not recognizing this style attribute.

 

Resolution



Perform the following local-change:

Overridden SELECT style in workform css at user end, setting style attribute background-color to '#FFFFFF'. Below is the code snippet.

SELECT {
    background-color: #FFFFFF;
   }

 

Published January 31, 2016 - 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