There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-56b7f6a9-5435-48f7-b1fb-d1f90a26c91c XWIKI-23099 Open

At high levels of zoom, the home tour can behave unexpectedly

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-2783c9dd-c0e4-4fa9-a9a6-0a86aa7a920c Charpentier Lucas on 18/Jun/25 17:36
 

What seems to happen in this configuration with a low height screen:
The element is positioned with _showPopoverAndOverlay https://github.com/sorich87/bootstrap-tour/blob/master/build/js/bootstrap-tour.js#L531
It's positioned in a way that goes out of the window. Then it tries to focus/scroll to the element. It calculates the position where it needs to go, and somehow this triggers another showPopoverAndOverla call.