I am having a strange problem where ACF just appears to stop working when ckeditor is upgraded from 4.2.2 to 4.3.1. It affects both inline and form-based elements. I can reproduce the problem using the same implementation code and the same config.js by switching back and forth between the installations.
I am testing with "allowedContent: 'p'" (i.e. only allowing paragraph tags) and the 4.3.1 installation leaves rich content intact whereas the 4.2.2 installation correctly strips out all non-paragraph markup.
There are no error messages being logged to the console in either setup.
Has anyone seen anything similar or have any idea how to troubleshoot further? I have tried searching but ACF working "too well" seems a more common problem :-).
Thank you, Tom.
Update
OK, progress. A clean "standard package" download of 4.3.1 works with all extra plugins disabled. I am now installing them back in one by one...
I just checked on master and
I just checked on master and setting allowedContent: 'p' in the full preset works correctly. So I think that either it was cache or you included some plugin which disabled ACF.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thank you
And yes, I think it was a plugin problem as I have now rebuilt the system on 4.3.1 from the "normal" build with all the plugins that I used previously but freshly downloaded and the ACF is working properly, as before. The previous upgrade was made using a custom-specified download - maybe one of the additional plugins I requested or one that I copied across may have disabled the ACF?
Anyway, thank you, and sorry for bothering you with something that was possibly of my making :-).
Tom.