Support Article
Reports launched from report browser have no vertical scrollbar
SA-4359
Summary
The behaviour is reported in CPM 7.1.2 installed on PRPC 7.1.6. When a report is opened from the list of reports in report browser, the new window which shows report results does not have vertical scroll bar to scroll down and see the complete view of the results. This happens for all reports regardless of volume of data (100 or 1000+) and regardless of pagination setting being enabled or otherwise.
Error Messages
No error message.
Steps to Reproduce
1) Launch CPM Manager Portal.
2) Navigate to 'Report Browser' tab and open any report which has more records of data, say around 50, so that a vertical scroll bar is needed to view all the rows.
3) Notice that a vertical scroll bar is not displayed.
Root Cause
Following CSS styles should be present in workform_pyreportingskin CSS file, so that vertical and horizontal scroll bars are shown when the window is re-sized:
.yui-layout .yui-layout-doc .yui-layout-unit-top {
height: 55px !important;
}
.yui-skin-sam .yui-layout .yui-layout-unit-top DIV.yui-layout-bd {
height :100% !important;
overflow:auto;
}
.yui-skin-sam .yui-layout .yui-layout-unit-center DIV.yui-layout-bd {
overflow:auto;
height : 96.5% !important;
}
Resolution
HFix-20095 contains the code changes to update workform_pyreportingskin CSS file.
Tags:
Published January 31, 2016 - 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.