Support Article
Text is clipped when embedded section is opened in master detail
SA-57046
Summary
The text is clipped when an embedded section is opened in master details of the grid. The text is displayed using the Rich Text Editor (RTE) control.
Error Messages
Not Applicable.
Steps to Reproduce
- Configure a RTE in a dynamic layout
- Include the dynamic layout inside another dynamic layout with inline grid double
- Run the flow
Root Cause
A software use or operation error.
Resolution
Perform the following local-change:
Remove the RTE from dynamic inline grid double.
If the scroll bar for RTE is required, then add the below code in the advance presentation of the RTE:
width:300px; !important;
overflow:auto !important;
Published July 23, 2018 - 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.