Support Article
Internet Explorer grid displays incorrectly
SA-64475
Summary
Internet Explorer grid displays incorrectly on clicking the object from the grid on the portal and closing it.
However, this works in Chrome.
The below image shows the UI before closing the portal:
The below image shows UI after closing and opening the portal again:
Error Messages
Not Applicable.
Steps to Reproduce
Configure a section with a grid and verify the UI after closing and opening the portal.
Root Cause
The width of the section with grid changes to zero when closing the portal.
Resolution
Perform the following local-change: Add the Cascading Style Sheets (CSS) in UserWorkForm:
<style>
table.ie-table-fix.containerBody{
width:100% !important;
}
</style>
Published January 9, 2019 - 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.