You are not logged in.
Pages: 1
When I setup an array of items where one of them had an html editor in it, when I would go to edit that item the TinyMCE4 html editor would not appear. It would appear if I was adding an item but not if I was editing one. I believe the problem resides in core/admin/js/main.js within the BigTreeArrayOfItems class and then under editItem there needs to be the same check based on the if (tinyMCE.majorVersion == 4) found in addItem. When editing an item it is only set to call the TinyMCE3 initialize which causes a problem if you are set to TinyMCE4. Once I copied that if to the edit item section everything worked fine.
Thanks
Offline
This should be fixed in the development branch. Check out this commit for how to fix it in the meantime:
Offline
Pages: 1