Support Article
Bullets added using RTE does not display in the read-only mode
SA-59082
Summary
Bullet points added through the Rich Text Editor (RTE) does not display in the read-only mode.
Error Messages
Not Applicable.
Steps to Reproduce
- Configure a grid with expandable rows for editing
- Include a RTE for entering the value of one of the properties
- Add a bullet list as part of the value and display the list in the read-only mode:
Root Cause
A defect in Pegasystems’ code or rules. The correct style is not applied to the list items.
Resolution
Perform the following local-change:Add the following to UserWorkForm:
<style>
.rteReadOnlyWithoutTB ul {
list-style-type: disc;
}
</style>
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.