Tour Resume Container breaks comment action buttons

Hey there!
I think I found an issue in XWiki 17.10.3 (XWiki Standard). The comment action buttons are often not clickable (they are not even focussed), depending on the scroll position.

I tracked it down to the #tourResumeContainer div or more specifically the .popover-content children div, which blocks access to the comment action buttons:

Possible fixes:

  • set popover-content div to display: none instead of visibility: hidden when hidden
  • reduce z-index down from 2000 for tourResumeContainer
  • ( delete the popover-content element from DOM when not in use )

Hi!
Thank you for your report and analysis!

I created a ticket for this at Loading... :+1:

Note that the root cause you dug up is the most interesting part IMO.
The comment action buttons should move to the left on 18.X (which would solve your specific issue as a side effect), see Loading... . I’ve been spending time implementing those improvements and they are almost ready :slight_smile:

FYI, the bugfix has been merged. You can check the (soon to be released) versions where it will be available on Loading...

1 Like

There is a bug in the implementation. The “closed” class is still added after loading the page instead of the “hint-closed” class.

Hi! I’ve been able to reproduce the issue as well. Created XWIKI-24084. Thanks!