Support Article
Multi select is behavior is inconsistent in IE and Edge
SA-57988
Summary
In the Internet Explorer and Edge browsers, multi-select values align incorrectly.
Error Messages
Not Applicable
Steps to Reproduce
- Configure a multi-select dropdown.
- Click the dropdown in both the Internet Explorer and Edge browsers. Values in the Chrome browser are aligned to the right; while in the Edge browser, the values are aligned to the left.
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
As a local-change, include the below code snippet in the UserWorkForm.
</script>
<style>
@media(min-width:1000px){
.edge .popover_multiselect-list{
left:453px !important;
}
}
</style>
Published July 23, 2018 - 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.