- Issue created by @mvogel
- Status changed to Needs work
almost 2 years ago 2:43pm 30 January 2023 - 🇨🇭Switzerland wengerk Lausanne
May you please consider adding a coverage that ensure class are applied by default one submission.
- Merge request !6Issue #3337618: CKEditor 5: Default image CSS classes are not automatically applied → (Closed) created by mvogel
- Status changed to Needs review
almost 2 years ago 8:16pm 31 January 2023 - 🇨🇭Switzerland wengerk Lausanne
Thanks mvogel ! I've rework this patch as a PR on (https://github.com/antistatique/drupal-editor-advanced-image/pull/38).
I'll wait to generate the appropriate patch once #3337618 has been merged.
- 🇨🇭Switzerland wengerk Lausanne
Here is the patch including code of #3337618
The last submitted patch, 6: 3337618-05.patch, failed testing. View results →
- Status changed to Needs work
almost 2 years ago 8:53am 13 February 2023 - 🇨🇭Switzerland wengerk Lausanne
Here is the patch with fixed tests of
CKEditor4to5UpgradeCompletenessTest::testButtonsWithTestOnlyModule
that works on 9.5.3 and 9.5.x. - Status changed to Needs review
almost 2 years ago 9:06am 13 February 2023 - Status changed to RTBC
almost 2 years ago 12:54pm 13 February 2023 - Status changed to Fixed
almost 2 years ago 7:33am 14 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 8:32am 18 October 2023 - 🇩🇪Germany mvogel
Hi,
sorry to be a grave digger. But we are just now working on CKEditor 5 update on my site, and it seems that your commit d0a43eb6 lost the crucial line from the patch #8 and MR/PR
diff --git a/js/ckeditor5_plugins/editorAdvancedImage/src/EditorAdvancedImageCommand.js b/js/ckeditor5_plugins/editorAdvancedImage/src/EditorAdvancedImageCommand.js index ee7a681..b39d3a4 100644 --- a/js/ckeditor5_plugins/editorAdvancedImage/src/EditorAdvancedImageCommand.js +++ b/js/ckeditor5_plugins/editorAdvancedImage/src/EditorAdvancedImageCommand.js @@ -72,6 +72,9 @@ export default class EditorAdvancedImageCommand extends Command { if (element.hasAttribute("id")) { this.attributes.id = element.getAttribute("id"); } + + // Force an execution at refresh time in order to set attributes even when the Balloon form has still not been used. + this.execute(this.attributes); } /**
that fixes the bug from the issue.
- Status changed to RTBC
over 1 year ago 9:21am 18 October 2023 - 🇨🇭Switzerland wengerk Lausanne
Here a new MR with the code https://git.drupalcode.org/project/editor_advanced_image/-/merge_request...
Now that the module implements Gitlab-CI it will be easier to works & run tests.
Can you review and tests this in order to merge it mvogel ? - Status changed to Needs review
10 months ago 2:15pm 5 April 2024 - Status changed to RTBC
10 months ago 7:25am 8 April 2024 - 🇨🇭Switzerland wengerk Lausanne
Merging in progress many, many thanks for your huge contribution to the project improvement mvogel