Problem/Motivation
Unlinking linked inline images in text formats without HTML restrictions (which means the ckeditor5_htmlSupport plugin is loaded, which allows all HTML through CKE5's "GHS") fails.
Explicit test coverage was already added in #3246168: Images are not linkable through UI; already linked images are unlinked (data loss!). See the INLINE image, unrestricted test case.
Steps to reproduce
See write-up at https://github.com/ckeditor/ckeditor5/issues/10800.

Proposed resolution
Reproduced without Drupal's image-related overrides. Failed to find work-around. Therefore this is blocked on an upstream fix: https://github.com/ckeditor/ckeditor5/issues/10800
Remaining tasks
TBD
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| linked inline image.gif | 430.88 KB | wim leers |
Comments
Comment #2
wim leersComment #3
wim leersComment #5
wim leersComment #6
wim leersComment #7
wim leersLooks like the next CKE5 release will fix this: https://github.com/ckeditor/ckeditor5/commit/b16a0a4675482c8a9de649f260f... 👍
So now marking this as blocked on #3277438: Update to CKEditor 5 v34.1.0.
Comment #8
wim leersJust discussed in a meeting with the CKEditor 5 developers. @Reinmar asked that we could verify that https://github.com/ckeditor/ckeditor5/commit/b16a0a4675482c8a9de649f260f... indeed solved https://github.com/ckeditor/ckeditor5/issues/10800.
Comment #9
charles belovFor accessibility, please replace the animated GIF in the issue description with a video file, so that the site visitor has control over starting, stopping, pausing and replaying. This animation presents a barrier to me comprehending and participating in this issue.
Also, please spell out acronyms on first use.
Comment #11
wim leersSee #3277438-21: Update to CKEditor 5 v34.1.0 — this is now fixed! The automated test was updated, and I also manually confirmed this. 😄🥳