Support Article
Trees and grids do not render properly with Chrome browser
SA-8467
Summary
Tree and Grids components do not render correctly in Chrome browser. It works as expected with Internet Explorer.
Error Messages
Not Applicable.
Steps to Reproduce
1) Launch portal in Chrome browser
2) View Trees and Grids. Observe tree grids headers do not get aligned.
ROOT CAUSE
The root cause of this problem is software use/operation error.
User reports that Tree and Grids components do not render correctly in Chrome browser.
Observes in a screen share session that sporadically user is able to see 1 pixel of misplaced alignment (text alignment: left) for the header text.
Resolution
Following is the local-change of alligning the header text to center:
1. Define a custom style in application skin as
gridcellalign div.oflowDiv - text-align:-webkit-center !important;
2. Add read-only and read-write class(custom_gridcellalign) for header cells of grid.
Published June 12, 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.