Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c25871513978d7ac304a76df1d98d174371c6bb0 https://github.com/xwiki/xwiki-platform/commit/c25871513978d7ac304a76df1d98d... Author: Vincent Massol <[email protected]> Date: 2026-09-17 (Thu, 17 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/PageTemplatesIT.java M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CopyPageIT.java M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/DocExtraTabsIT.java M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/VersionIT.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js Log Message: ----------- XWIKI-6688: Possible race condition when clicking on a tab at the bottom of a page in view mode (#6446) * Display a document extra pane only when it's still the one requested last, so that a pane which is slow to load doesn't take the place of a pane requested after it. The panes are loaded asynchronously and their responses can arrive in any order, which happens in particular when the user clicks on a pane while the first pane, loaded automatically when the page is loaded, is still loading. * Mark a loaded pane as no longer empty even when it ends up not being displayed, so that its content isn't fetched and inserted a second time when it's displayed later. * Add a functional test opening a pane while a slow one is still loading. * Remove the waits that the functional tests were using to work around this bug. 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