KunstmaanBundlesCMS
KunstmaanBundlesCMS copied to clipboard
[AdminBundle] Upgrade CKeditor
We are currently using version v4.5.3 of CKEditor (full package) which was released on Aug 19, 2015.
We already did an upgrade (unintentionally) to v4.5.11 when we removed Bower and installed the CKeditor with NPM. This caused issues with some items (such as PasteText
and PasteFromWord
).
We should upgrade the CKEditor to the latest version (v4.10) or even migrate to CKEditor 5, but make sure to keep all current functionality.
Did I miss some kind of new configuration or CKeditor started to replace all the space characters (" ") with  ? Is it some kind of a general issue/bug?
@poveu the upgrade of ckeditor to v4.5.11 was reverted (#2134), so there shouldn't be any version change in the cms. Which version of the cms and ckeditor are you running?
@acrobat I just checked and we were on 5.3. I have updated to 5.3.1 and the issue is gone (which is funny as you haven't touched CKEditor files in the newest release). Anyway - thanks ;)
So! Any idea when we could upgrade CKEditor safely? v4.10.1 is minimum if we want to install external widgets.
Hi, it would be great to see some movement on this issue. We need the colorbutton plugin and could get it to work with the current version.
What are the testcases, i.e. what has to work for an upgrade to be ok?
Would it be possible to externalize CKeditor more than it is so that it is possible to override the current implementation ?