Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Chrome doesn't show correct row background from style preset

SA-35658

Summary



Chrome browser does not honor the transparent background color in custom styles for odd and even rows in grid layouts.



In Chrome browser:


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a custom style for grid layouts with transparent background for both odd and even rows.
  2. Apply that style to a grid layout.
  3. Open the grid in Chrome browser.


Root Cause



A defect in Pegasystems’ code or rules.

A style which accounts for a difference in behavior in Chrome versus Internet Explorer is missing from the base css.

Resolution



Add the following to the UserWorkForm HTML fragment:

<style>
div.gridDefault div#gridBody_right table.gridTable tr.oddRow,
div.gridDefault div#gridBody_right table.gridTable tr.evenRow {
background-color: transparent;
}
</style>

Published April 12, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us