function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HardeepHardeep 

Rerender is not currently supported with rich text editing enabled

I want to rerender the Rich-Text after VF remoting. I see this error - "Rerender is not currently supported with rich text editing enabled"
I'm fetching from a rich text to a rich text-enabled field on the visualforce page.
Sonam_SFDCSonam_SFDC
Issue is with rerendering of inputFields for RichTextArea fields which is not supported.
To workaround this issue - rerender scope needs to be redefined to exclude any input richtextarea fields.