This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-fb0aa5d2-4e72-4540-8f42-577f7b5c8606 XWIKI-24022 Open

Popover content should not be targetable when hidden

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-f4fb90ac-9d8f-4cdb-b6b9-c8ca6fbfd67d Charpentier Lucas created this issue on 13/Feb/26 14:31
 
Summary: Popover content should not be targetable when hidden
Issue Type: cid:jira-generated-image-avatar-fb0aa5d2-4e72-4540-8f42-577f7b5c8606 Bug
Affects Versions: 17.10.3
Assignee: Unassigned
Attachments: image-2026-02-13-14-29-50-082.png
Components: Tour
Created: 13/Feb/26 14:31
Labels: uixp
Priority: cid:jira-generated-image-static-major-116c0860-eba2-40ad-887c-8ca77072b87a Major
Reporter: Charpentier Lucas
Description:

See https://forum.xwiki.org/t/tour-resume-container-breaks-comment-action-buttons/18211

_thumb_44587.png

The tour popover message makes unexpected noise for other use cases.

Proposed solutions:

  • 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 )