Support Article
RTE auto width does not display properly
SA-12873
Summary
Rich Text Editor is not displaying properly due to bad alignment.
Error Messages
No error message. The user interface is not proper.
Steps to Reproduce
Use an RTE with auto width and height and the layout width of Fill 100%.
Root Cause
Rich Text Editor was set to Auto and the height was also set to Auto. Whereas, the other RTE controls had custom height and width. The RTE Control which was failing with UI compatibility unlike other RTE controls were placed in a separate Layout.
Resolution
This issue is resolved through the following local-change:
- Change the RTE Control Width to Custom and Specified the width similar to others.
- Change the height of the RTE Control to Custom with height provided as other RTE Control.
- Placed the RTE control with issue in the same layout as others.
Published August 31, 2015 - 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.