-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TinyMCE form broken on template edit page #1777
Comments
I just tested and when I create a new section the TinyMCE editor loads as expected, but after i enter a description and click Save i see the HTML area as reported above (screenshot below). @sjDCC also noted the following |
I noticed that issue with the forms not loading as proper TinyMCE a few days ago. Fixed today as part of ff51187 |
thanks @Bodacious - we both noticed it too while testing. will check again once it's deployed. |
* Fix TinyMCE JS on forms loaded with DOM Fixes #1777 * Fix broken specs * Fix Rubocop style violations Ignored LineLength violations when string is part of FastGettext * Updated rubocop style gem
Looks good now. Closing out |
Please complete the following fields as applicable:
Expected behaviour:
When I add a new section to a template, the section's description field should load as a TinyMCE editor
Actual behaviour:
When I add a new section to a template, the section's description field loads as a standard HTML textarea with HTML inside.
Steps to reproduce:
Add a new section to a Template. NOTE: This doesn't seem to affect the existing sections that are loaded via AJAX
The text was updated successfully, but these errors were encountered: