Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4f1e724a2f21808e9abffae3bec42d9d7e4c1f79 https://github.com/xwiki/xwiki-platform/commit/4f1e724a2f21808e9abffae3bec42... Author: Vincent Massol <[email protected]> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/colorPicker.js M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/localePicker.js M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-docker/src/test/it/org/xwiki/flamingo/test/ui/FlamingoThemeIT.java M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-pageobjects/src/main/java/org/xwiki/flamingo/test/po/EditThemePage.java Log Message: ----------- XWIKI-23180: The color pickers from Theme customization are not always loading (#6161) * Register the 'xwiki:dom:loaded' listener in colorPicker.js and localePicker.js instead of relying only on the XWiki.domIsLoaded flag, which is still false when the RequireJS callback resolves before the DOM is ready * Require the events bridge in colorPicker.js, needed for the Prototype-fired 'xwiki:dom:updated' event to reach the jQuery listener * Set the first brand color of the FlamingoThemeIT theme editor test with the color picker, and check the color preview boxes, so that the test fails if the pickers are not initialized 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