Support Article
Scrollbar moves to the left in Summary reports
SA-76977
Summary
A Summary report with multiple columns and a horizontal scrollbar is opened from the Report Browser in the Case Manager portal. On clicking any detail in the Summary report, the scrollbar moves to the left of the grid.

Error Messages
Not Applicable
Steps to Reproduce
- Open any Summary report with a large number of columns in the Report Browser of the Case Manager portal.
- Click on any detail of the report.
Root Cause
This issue was determined to be a product enhancement request.
Resolution
An enhancement request, FDBK-30961, is created for consideration by Pega Product Management if an expand/collapse field is editable.
Perform the following local-change if the report is in the read-only mode:
- Create a new control and include the below code to stop the propagation of the scrollbar to the left.
<span onclick="pega.ui.grid.prototype.focusFirstElement = function(){};">
<pega:reference name='$this-value' mode="NORMAL" />
</span>
- Include this control in the report definition field as below,
(i) Click the Gear icon which is beside the field.
(ii) Control is StopEventPropagation.
Published April 12, 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.