Right now we're running a pre-release version of CKEditor. It'd be good to upgrade to the latest version (4.2) to resolve any bugs that the editor has solved since the early version we're running.

CommentFileSizeAuthor
#3 ckeditor_update_42.patch3.3 MBquicksketch

Comments

quicksketch’s picture

Title: Upgrade CKEditor to latest version » Upgrade CKEditor to latest version (4.2)

CKEditor 4.1 introduced the Advanced Content Filter (ACF) settings which will strip tags on *input*. We'll need to build support for this, so I made a new issue at #2073063: Backport filter configuration application to CKEditor's input Advanced Content Filtering (ACF). In the mean time, we can simply disable the ACF (mimicking the functionality of previous versions) until we build support for it.

quicksketch’s picture

Matching issue over in Drupal core: #2036253: Update CKEditor library to 4.2.

The biggest change in 4.2 was the introduction of indentlist plugin. This allows tab indent/dedent of UL items by using the tab key, even when the indent/dedent buttons are not enabled. The core patch seemingly dropped support for indent/dedent of blocks of text outside of UL/OL tags.

And finally CKEditor 4.2 drops support for IE7, which is probably about time anyway, with <1% usage.

quicksketch’s picture

StatusFileSize
new3.3 MB

As usual, upgrading is a massive patch, but pretty straightforward otherwise.

quicksketch’s picture

Status: Active » Fixed

Committed to 7.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

idowuadejola’s picture

Assigned: Unassigned » idowuadejola
Category: task » support
Priority: Normal » Major
Status: Closed (fixed) » Needs review

What version of CKEditor, is compatible with Drupal 7.2?

quicksketch’s picture

Assigned: idowuadejola » Unassigned
Category: support » task
Priority: Major » Normal
Status: Needs review » Fixed

@idowuadejola: The version of Drupal itself doesn't matter, it's what module you use to integrate with CKEditor. This module uses CKEditor 4.2, built-into the module. If you use another module to install CKEditor, the version it supports will depend on the module.

Please leave the category/status/etc options the same. If you have a different question, open a new issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.