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
I think there's a potential issue with this component when trying to display HTML, in that using any level of nested <div> causes the top-level (ie containing) <div> not to display as well as all levels of <div> below.
Is this expected behaviour? Nesting <div> tags is fairly common on any number of websites.
Please check out the Rich Text Editor Troubleshooting guide which I believe will answer your question: https://community.appian.com/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide
Please try the steps listed in the troubleshooting playbook page: https://community.appian.com/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide
It looks like your dynamic content URL might not be configured correctly. The above doc can you fix that.
This plugin makes use of the Quill.js library for handling rich text. That library does not support tables.
Which version of the plugin are you using? The newest version should use <div> instead of <p>
You refer to image 1-4. Are you able to attach those images to a comment?
Hi,
I am noticing a couple of issues with this plugin:
"Heating Evenness: This model performed fair in our heat evenness test consisting of reheating a bowl of mashed potatoes. blabbbla bla bla.<br/><strong>Auto Defrost: This model performed</strong><strong>3.6613622820666666</strong><strong>in our defrosting test consisting of thawing a pound of frozen ground beef.</strong>"
"Heating Evenness: This model performed very good in our heat evenness test consisting of reheating a bowl of mashed potatoes. blabbbla bla bla.<br/><strong>Auto Defrost: This model performed</strong> <strong>5.1690371066666666</strong> <strong>in our defrosting test consisting of thawing a pound of frozen ground beef.</strong>"
Would the author be able to adjust the behavior of its plugin to match the standards of other tools that render HTML tags?Thank you,Walker
Hi, I have form where I am using this component along with some OOB appian component like radio box,textField and all. when open the form OOB component loads immediately how ever this component takes 3 to 4 second to load after the normal component
Is there any workaround for this
Can you please help us out with below issues for the plugin:
It is observed that the plugin adds <p> tags for every statement for every new line text.
Eg: <p>Hi Sonakshi</p><p>How are you?</p> which returns extra line breaks when viewed in html.
Result:
Expected Result:
Thanks in advance.
Hi there
Did you ever manage to resolve this issue