A GitLab upgrade is scheduled for Monday, June 2, 2025. The service will be unavailable for a few minutes in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost channel: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
Fix a bug where if the user double clicked on a container it would give the information of a container above it. This was due to container checking not taking into account for empty containers that are a bit smaller which created a shift. This shift was proportional to the number of empty containers that were above where the user clicked. The shift was around 0.2 render units, so 14% of a container height for each empty containers.
This bug was introduced in commit 7889c609