Issue with context menu for images after update from XWiki 16.10.2 to 16.10.4

Hi,

I am experiencing an issue after updating from XWiki 16.10.2 to 16.10.4. The context menu for images is missing when I hover over them. After various tests, I noticed that the context menu appears underneath the page footer.

Could you please advise on how to resolve this?

Thanks in advance!

Hello,

we just tried to reproduce your problem on a fresh version of XWiki 16.10.4 and apparently it does not reproduce.

Could you check to clean your browser cache, before reloading the page and try again? It’s possible that you’re hitting this because of a change in some javascript or CSS resources that are cached in your browser.

The issue affects all users (around 200 users). After inspecting the page’s code, I noticed that the CSS is indeed shifting the imagePopoverContainer. It gets positioned like this:

<div id="imagePopoverContainer" data-original-title="" title="" style="top: 2060.81px; left: 773px;"></div>

The popover container appears way below the image on the page. Any ideas on how to resolve this CSS issue so that the popover displays correctly next to the image?

There have been no changes to the code that computes these positions between XWiki 16.10.2 and 16.10.4. It therefore seems unlikely that this is caused by this upgrade. Which browser are you using? Do you have any customizations, custom JavaScript, CSS code, or did you install any extensions?

We are not using any custom solutions for XWiki. All applications are installed from the application store, and we haven’t made any changes to the CSS or JavaScript. The installation was done via the WAR package with a complete reinstallation of XWiki.