Branch: refs/heads/stable-15.10.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: d02d702bdde3355e161ef5d202da8f96fe941aff
https://github.com/xwiki/xwiki-platform/commit/d02d702bdde3355e161ef5d202da…
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).
(cherry picked from commit ce4195f460fbce64d67d430d004241dbcaa224b6)
Commit: 4abd4866f90e8fa738501e96c66761c125744c22
https://github.com/xwiki/xwiki-platform/commit/4abd4866f90e8fa738501e96c667…
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).
(cherry picked from commit 439f71ba0808d917e70e4e883330b6f593f2afef)
Commit: ecebfeb02d01685934fb171c3f12de08f4a2bfe2
https://github.com/xwiki/xwiki-platform/commit/ecebfeb02d01685934fb171c3f12…
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.
(cherry picked from commit 7b62e9dac95ec81db092b981cf8709adc16fdf40)
Compare:
https://github.com/xwiki/xwiki-platform/compare/42fb7d8d6cdf...ecebfeb02d01