Branch: refs/heads/XWIKI-24800 Home: https://github.com/xwiki/xwiki-platform Commit: a95ab115463f3b29a7206d57cd0030c8ce7096a0 https://github.com/xwiki/xwiki-platform/commit/a95ab115463f3b29a7206d57cd003... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js Log Message: ----------- XWIKI-24800: The WYSIWYG editor sometimes doesn't join the realtime collaboration session * Wait for the CKEditor editing mode to be set before deciding whether the realtime collaboration session can be joined. The editing mode is loaded after the plugins are initialized, so when the realtime bootstrap won the race the editor mode was still unset and the check meant to detect the Source mode matched, making the editor silently skip joining the realtime session. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications