Support Article
RTE border does not display with Zoom less than or equal to 75%
SA-107397
Summary
Rich Text Editor (RTE) borders do not display when the browser's Zoom percentage is less than or equal to 75.

Error Messages
Not Applicable
Steps to Reproduce
- Include an RTE in a section.
- Reduce the Zoom level of the browser to less than 75%.
Root Cause
An issue in the custom application code or rules.
The size of the CKEditor (RTE) width changes dynamically when the Zoom level is reduced. As a result, the borders are overridden with the main content screen. Hence, the borders do not display.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<style>
.cke_inner.cke_reset {
border :1px solid black !important;
padding:1px;
}
#cke_PEGACKEDITOR0 {border-color :transparent !important;}
</style>
Published July 17, 2020 - 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.