Support Article
Content truncated in PrintView harness for Table control
SA-85098
Summary
When using a table containing lengthy cell data as input to the PrintView harness, horizontal scrollbar displays and the content is truncated in Print Preview.

Additionally, in the Internet Explorer 11 browser, the dynamic layout width is stretched and a horizontal scrollbar displays at the bottom of the screen that scrolls infinitely.
Error Messages
Not Applicable
Steps to Reproduce
- Create a section with a table.
- Adjust the column width to a large size.
- Provide this section as input to the PrintView harness.
- Execute the case > Actions > Print.
Root Cause
This behavior is as per design: Content is truncated in the PrintView harness.
The Print function only considers content that is visible in the View Port of the window.
For a dynamic layout width that is stretched in the Internet Explorer 11 browser, the browser does not completely support FLEX containers which caused the horizontal scrollbar to display at the bottom of the screen.
Resolution
Perform the following local-change such that the dynamic layout is not stretched:
In the Presentation tab of the dynamic layout properties, switch the Layout mode from Optimized code to Legacy code.
Published January 6, 2020 - 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.