Branch: refs/heads/stable-17.4.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: 66f38320dc18f0afebca6c85e857c1a78574752c
https://github.com/xwiki/xwiki-platform/commit/66f38320dc18f0afebca6c85e857…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-18 (Wed, 18 Jun 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-loading/plugin.js
M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditSheet.xml
Log Message:
-----------
XWIKI-23233: The old action toolbar is visible before the realtime toolbar is loaded
* Allow CKEditor plugins that require async init to delay the instanceReady event until
they are fully initialized (or the init fails).
* Remove the loading CSS class from the hidden text area after CKEditor is ready.
* Hide the form action bar while CKEditor is loading (not ready).
(cherry picked from commit f0fba965faeba42ddc90d6ddbcd078cd1c5abc53)
Commit: cf764ac0fd8e392489b0ab39c828e117cc2d95f7
https://github.com/xwiki/xwiki-platform/commit/cf764ac0fd8e392489b0ab39c828…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-18 (Wed, 18 Jun 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
Log Message:
-----------
XWIKI-23233: The old action toolbar is visible before the realtime toolbar is loaded
* Make sure the realtime CKEditor plugin always resolves or rejects its async
initialization (otherwise the form action bar remains hidden).
(cherry picked from commit 93bdd45a3126db5f598c69b2baa094c9308014db)
Compare:
https://github.com/xwiki/xwiki-platform/compare/5ad64ae4c1ba...cf764ac0fd8e
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications