Problem/Motivation
Applied this patch #3331979-3: Not compatible with CKEditor 5
Saving CKEditor 5 as new text editor shows error message when attempting to save. Issue may be with Collapse Text module ignoring html tags despite being listed under manual editable tags?
Steps to reproduce
1. Enabled CKEditor for Admin, Content Editor, and DERep Importer roles
2. Check the following boxes:
- Collapsible text blocks
- Convert URLs into inks
- Tooltips with nodes (First match only, Tooltips and Links)
- Track images uploaded via a Text Editor
- Image Resize Filter: Resize images based on their given height and width attributes
4. Uncheck "Limit Allowed HTML tags and correct faulty HTML" & "Correct faulty and chopped off HTML"
5. Try saving
When a tag listed in the error message is added to source editing (<br> for instance) an error message says the tag is already supported by enabled plugins.
Error message and current source editing tags are attached.
Proposed resolution
Remaining tasks
n/a
User interface changes
n/a
API changes
n/a
Data model changes
n/a
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2023-06-15 083528.png | 89.57 KB | liut | |
| Screenshot 2023-06-15 082448.png | 45.35 KB | liut | |
| Screenshot 2023-06-15 082027.png | 37.6 KB | liut |
Comments
Comment #2
liut commentedComment #3
wim leersThe patch you applied is wrong/broken 😅
Detailed write-up at #3331979-6: Not compatible with CKEditor 5.
Comment #4
wim leersThis is a bug report about a wrong patch for the https://www.drupal.org/project/collapse_text module, aiming to add CKEditor 5 support. There's nothing left to do here.