KunstmaanBundlesCMS icon indicating copy to clipboard operation
KunstmaanBundlesCMS copied to clipboard

[AdminBundle] Upgrade CKeditor

Open dbeerten opened this issue 6 years ago • 5 comments

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.

dbeerten avatar Sep 21 '18 14:09 dbeerten

Did I miss some kind of new configuration or CKeditor started to replace all the space characters (" ") with &nbsp? Is it some kind of a general issue/bug?

poveu avatar May 21 '19 13:05 poveu

@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 avatar May 21 '19 13:05 acrobat

@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 ;)

poveu avatar May 21 '19 14:05 poveu

So! Any idea when we could upgrade CKEditor safely? v4.10.1 is minimum if we want to install external widgets.

poveu avatar Jul 03 '19 07:07 poveu

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 ?

tarjei avatar Dec 12 '19 08:12 tarjei