Support Article
Report browser does not display horizontal scroll & moved right
SA-95823
Summary
When displaying a report with multiple columns (<20), the horizontal scrollbar does not display and the report moves to the right by default.
Error Messages
Not Applicable
Steps to Reproduce
- Create a report with multiple columns(<20).
- Use the Report Browser to open the report.
Root Cause
A defect in Pegasystems’ code or rules.
An issue with the pyReportEditorHeader where the Close icons are set as Standard Icons instead of Icon Classes. This caused the report with multiple columns to automatically focus on the Close icon when the report is opened.
Resolution
Perform the following local-change:
Save As the pyReportEditorStyling.css and the pyReportEditorHeader rules in to application ruleset and apply the below changes.
In pyReportEditorStyling.css:
- Add overflow: auto; After line number 21
In pyReportEditorHeader:
- Change both Icon sources in each Close icon from Standard Icon to Icon Class with the Class set to pi pi-close
Published June 3, 2020 - 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.