- Issue created by @wim leers
- Status changed to Postponed
12 months ago 11:00am 7 December 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
This will fix
- 🐛 [upstream] Add style to anchor leads to unusable behavior Postponed
- 🐛 [upstream] CKEditor 5 source code editor breaks with a Active
… but it currently results in
ImageUrlTest
failing, due to a BC break. See #3379104-29: Add a "CKEditor 5 nightly" GitLab CI job → . The CKEditor 5 team is aware and is investigating. - Status changed to Active
12 months ago 2:56pm 12 December 2023 - 🇬🇧United Kingdom longwave UK
This can be worked on now and hopefully we can land it in 10.2.0: https://github.com/ckeditor/ckeditor5/releases/tag/v40.2.0
- Status changed to Needs review
12 months ago 3:01pm 12 December 2023 - Status changed to Needs work
12 months ago 3:52pm 12 December 2023 - 🇬🇧United Kingdom longwave UK
As expected, needs work for fails in
ImageUrlTest
. - First commit to issue fork.
- Status changed to Needs review
11 months ago 6:59am 13 December 2023 - 🇫🇮Finland lauriii Finland
Tests are passing. I think we could potentially get rid of the
DrupalInsertImage
since it isn't doing anything at the moment. This could be disruptive because we need to update existing config, but there could be also code referring to the toolbar button, e.g. other plugins could depend on it with a condition. I don't think we should block the update with that. - Status changed to RTBC
11 months ago 7:27am 13 December 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
The changes look solid. Thank you so much, @lauriii! 🙏
Two observations:
- It seems that in this case they could and should have done a bit more work to remove the need for their downstream integrators to have to change code. Hopefully this will be better in the next release.
- It'd be good if we can document the rationale for keeping
DrupalInsertImage
around as an empty shell right in the code that is being modified indrupalinsertimage.js
. (I was going to say: let's mark it for removal in Drupal 11, but that will then still be a contrib ecosystem disruption then that we can avoid. The cost of keeping this around is negligible. And … who knows what other upstream breakages will happen in the future, and this would give us one more code execution point to insert work-arounds? 🙈)
- Status changed to Fixed
11 months ago 10:22am 13 December 2023 - 🇬🇧United Kingdom catch
Committed/pushed to 11.x and 10.2.x, thanks! Nice to get this one in. Do we need a follow-up to discuss DrupalInsertImage more?
I've updated the release notes for the version change.
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Do we need a follow-up to discuss DrupalInsertImage more?
I don't think so. But I defer to @lauriii.
- 🇫🇮Finland lauriii Finland
I don't think we need a follow-up. We could probably remove it but at the same time it could be helpful to have the plugin and the custom insert button already available in case that CKEditor team decides to make more BC breaking changes to their image insert button.
Automatically closed - issue fixed for 2 weeks with no activity.