Support Article
User Interface is distorted on the Internet Explorer browser
SA-98976
Summary
User Interface (UI) containing the drill down table is distorted on the Internet Explorer (IE) browser.
Error Messages
Not Applicable
Steps to Reproduce
- Configure a Hierarchical table with a datapage as the Source
- Set the structure of datapage to Page
- Save the changes
- Launch the portal
Root Cause
An issue in the custom application code or rules.
Resolution
Perform the following local-change:
Add the below code to the UserWorkForm:
<style>
div[node_name="DrillDownbyLOB"] .gridTable tbody tr td:nth-child(2).mainGridTableCell #gridBody_right tr.cellCont td.gridCell{
height:auto;
}
</style>
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.