<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Referesh issue in the RTE Component</title><link>https://community.appian.com/discussions/f/general/39332/referesh-issue-in-the-rte-component</link><description>Hi All, 
 There is a requirement to have a RTE component where it is working properly in the interface, But when I open that from the site. RTE Component is refreshing with the key press with the below code. 
 
 Can someone suggest a way why it is refreshing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Referesh issue in the RTE Component</title><link>https://community.appian.com/thread/149225?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 15:18:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ba9986c-12ec-4230-8dea-2864c9c95b87</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Any reason to not use the new&amp;nbsp;Styled Text Editor Component?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1750691843761v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Referesh issue in the RTE Component</title><link>https://community.appian.com/thread/149205?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 10:38:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0833fb50-3d35-4085-8fec-84d511c2abbb</guid><dc:creator>Pratiksha</dc:creator><description>&lt;p&gt;In Appian, the &lt;em&gt;&lt;code data-start="128" data-end="138"&gt;saveInto&lt;/code&gt; of a Rich Text Editor (RTE)&lt;/em&gt; is triggered with every keystroke, which means any variable saved there gets updated constantly. If you&amp;#39;re saving into an input like &lt;code data-start="300" data-end="312"&gt;ri!qmcData&lt;/code&gt;, and other local variables depend on it (even through &lt;em&gt;&lt;code data-start="367" data-end="384"&gt;refreshVariable&lt;/code&gt;&lt;/em&gt;), the whole interface can refresh on every key press. This leads to performance issues and flickering. To prevent this, use a local variable for the RTE, and only save to inputs on form submission. Also, remove &lt;em&gt;&lt;code data-start="596" data-end="613"&gt;refreshVariable&lt;/code&gt;&lt;/em&gt; if the value doesn&amp;#39;t need to auto-update, this keeps the interface stable and clean.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>