Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5a719d0783052684637908c842372034359a6b89 https://github.com/xwiki/xwiki-platform/commit/5a719d0783052684637908c842372... Author: LucasC <[email protected]> Date: 2026-01-09 (Fri, 09 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/TourJS.xml Log Message: ----------- XWIKI-23100: When using the TOUR, page elements can be accessed by a mouse but not a keyboard (#4500) * Used a pseudo-element to "hide" everything that is not inside the tour popup. This is before all over element, so everything in the tour gets painted "over" it. * Moved the position of the backdrop so that we could still interact with the whole dialog. * Changed the z-index of the cover so that it would go over the footer. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications