Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: ce4195f460fbce64d67d430d004241dbcaa224b6
https://github.com/xwiki/xwiki-platform/commit/ce4195f460fbce64d67d430d0042…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-focusedplaceholder/plugin.js
Log Message:
-----------
XWIKI-21855: Error in JS console when adding an annotation
* It seem CKEditor throws an exception if you call getSelection() on a detached editor
(which can happen after an annotation is added, because we remove the editor which
triggers a blur event which triggers the focused placeholder listener).
Commit: 439f71ba0808d917e70e4e883330b6f593f2afef
https://github.com/xwiki/xwiki-platform/commit/439f71ba0808d917e70e4e883330…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-save/plugin.js
Log Message:
-----------
XWIKI-21854: Endless spinning wheel displayed in some cases when adding an annotation
* Don't trigger the blur event on editors that have been detached from the DOM (which
happens for instance when an annotation is added).
Commit: 7b62e9dac95ec81db092b981cf8709adc16fdf40
https://github.com/xwiki/xwiki-platform/commit/7b62e9dac95ec81db092b981cf87…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
Log Message:
-----------
[misc] Indicate in the POM that we bundle the CKEditor code.
Compare:
https://github.com/xwiki/xwiki-platform/compare/ddbb6d62d273...7b62e9dac95e