Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 737530cdec8ca9a96e27eeb1aa569c0bf2335f35 https://github.com/xwiki/xwiki-platform/commit/737530cdec8ca9a96e27eeb1aa569... Author: Marius Dumitru Florea <marius@xwiki.com> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-syntax/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java Log Message: ----------- XWIKI-23558: Syntax conversion is failing * Wait for the editor to be fully destroyed (i.e. all async destroy handlers are called) before recreating the instance. * Small code refactoring / improvement. XWIKI-23262: The WYSIWYG editor is disconnected from the realtime session after changing the syntax of the edited content * Make sure the editor instance is re-created with the same name. (cherry picked from commit 6bc4d81199c8542cef1b8d9c5266fbe789ed96f8) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications