craftcms / ckeditor

Edit rich text content in Craft CMS using CKEditor.
https://plugins.craftcms.com/ckeditor
GNU General Public License v3.0
47 stars 24 forks source link

Some HTML tags not Preserved in Migration from Redactor #258

Closed zadro closed 1 month ago

zadro commented 3 months ago

Description

When attempting to convert from Redactor 4.1.0 to CKEditor 4.1.0, I find that some tags, specifically pre tags, are not preserved in the migration.

Steps to reproduce

Tried migrating in multiple ways. First, with a direct field change. Second, using php craft ckeditor/convert Neither option will preserve the <pre> tags within the field's HTML source.

Additional info

i-just commented 3 months ago

Hi, thanks for reporting! I raised a PR for this.

brandonkelly commented 1 month ago

CKEditor 3.9.0 and 4.2.0 are out with that fix. Thanks again!