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. 
bob_buzzardbob_buzzard
You can't do this I'm afraid.  The rich text area field will be initialised through JavaScript when the page is loaded, and the rerendering would need to be extended to locate any rich text area fields in the rerendered section and re-initialise those.  You could probably built it yourself using FCKEditor or TinyMCE, but that wouldn't be a great use of time.