Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 9f4c4eb372ca4f158b93d654e5a0e1affed2bb96 https://github.com/xwiki/xwiki-platform/commit/9f4c4eb372ca4f158b93d654e5a0e... Author: Sereza7 <[email protected]> Date: 2023-11-14 (Tue, 14 Nov 2023) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/flamingo.js M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/DrawerMenu.java Log Message: ----------- XWIKI-18007: Drawer menu improvements for accessibility (#2603) * Updated the priority of the attribute change 'aria-expanded' to come last * Bulletproofed drawermenu to make sure we wait for visibility itself and not an attribute update that promises a state of visibility after some time.