Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a441d39985b0df7ac45ff61b61c4c7c78a966ca6 https://github.com/xwiki/xwiki-platform/commit/a441d39985b0df7ac45ff61b61c4c... Author: LucasC <[email protected]> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/test/javascript/xwiki-macro.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/MacroIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml Log Message: ----------- XWIKI-22383: Display the macro name next to the move handle when hovering a macro in the wysiwyg editor (#6287) * Exposed the macro name on the macro widget drag handler container * Styled the macro name displayed next to the move handle of a hovered macro * Added a JavaScript test for the macro name set on the drag handler container * Added the macro hover and macro name getters to RichTextAreaElement * Added macroNameNextToTheMoveHandle to MacroIT * Darkened the macro name to keep enough contrast once the move handle opacity is applied * Moved the macro name into the move handle container flow * Delayed the hiding of the macro name to match the move handle * Stopped the move handle icon from being tiled over the macro name * Stretched the move handle over the macro name at all times * Kept the room of the move handle when the macro name is missing To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications