Actions
Bug #9014
closed[J4] Ajax editing text area editor fields does not display the editor
Description
Editor is rendering as plain textarea.
Actions
Added by krileon over 2 years ago. Updated over 2 years ago.
Description
Editor is rendering as plain textarea.
This only impacts second render. So if you ajax edit, then cancel, then edit again the editor won't render.
This is due to the editor instance still existing in JS. Simply deleting that instance allows it to rebind fine.