Support Article
Autocomplete control icon is not displayed in IE10
SA-10995
Summary
While using Auto-Complete control in Pega 7.1.6 (IE10), the icon is not visible in the application.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a section and add an auto-complete control.
2. Run the application in IE browser.
Root Cause
The root cause of this problem is that in IE browser, the setting of the height if the icon is set in percentage as 100%.
Resolution
This issue is resolved through the following Local-change, where the height of the icon is set to pixels as 11px (same in other browser). The changes are added to User's custom skin.
span.autocomplete_span .autocomplete_icon{
height: 11px !important;
top: -10px !important;
}
Note: The Local-changes can also be added in UserWorkForm.
Published June 29, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.