Support Article
Display for a grid section varies in IE and Chrome browsers
SA-69111
Summary
Display for a grid section varies in the Internet Explorer and Chrome browsers.
Error Messages
Not Applicable
Steps to Reproduce
- Search for a value in a Search box. The result list displays based on the value.
- Select a checkbox row. The result list displays on the right.
Root Cause
A defect in Pegasystems’ code or rules.
Display flex properties is not supported in Internet Explorer 11 browser.
Resolution
Perform the following local-change:
Add the below CSS code in the UserWorkForm.
<style>
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here*/
.flex.layout-content-default {
display: block;
}
}
</style>
Published December 14, 2018 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.