IMPORTANT: Select component plug-ins are experiencing issues due to a recent browser update. If you encounter any problems with previously functional component plug-ins, please create a support case. If you notice other component plug-ins that are not functioning correctly, please create additional support cases for each instance.
OverviewStarting in 24.2, the Styled Text Editor Component is available directly in the product. Consider using this in place of the plug-in moving forward. For more information, review: https://docs.appian.com/suite/help/latest/Styled_Text_Editor_Component.html
Visit https://community.appian.com/w/the-appian-playbook/1378/end-user-rich-text-editor-component for more information. If you have any problems installing or using the component, please see the https://community.appian.com/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide
Key Features & Functionality
Supported Browsers: Chrome, Firefox, Edge, SafariSupported on Mobile
We found issue where the nested bullets formatting is not getting formed correct.
The nested bullets getting formatted like this
<ul> <li>myItem 1</li> <li>myItem 2</li> <li style="list-style-type:none"> <li>myItem 2a</li> <li>myItem 3</li></ul>
instead of getting formatted like this is which is preferred
<ul> <li>myItem 1</li> <li>myItem 2</li> <li style="list-style-type:none"> <ul> <li>myItem 2a</li> </ul> </li> <li>myItem 3</li></ul>