Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.4.beta
-
Component/s: CiviContribute, CiviCRM Profile, CiviEvent, CiviMail, Core CiviCRM
-
Labels:None
Description
When configuring CiviCRM to utilize a Joomla editor the editor integrates well, however changes made to HTML are not being applied to the textarea before the form is posted upon clicking "Next", "Save" or similar.
The attached screenshots illustrate the textarea and text editor field upon submission comparing a Joomla-configured editor to the CIviCRM ckEditor. Each instance attempted the same steps:
1. Reveal the textarea element that contains the HTML markup behind the text editor.
2. Add text to the text editor
3. Press "Next"
4. Observe textarea element for changes prior to page reload
While I cannot isolate the problem myself nor offer a suggestion on fixing it, I suspect it has to do with JavaScript that would normally post the HTML of the text editor to the textarea field before submitting the form.