There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6ab5858c-b4cd-48e8-a356-8721f6c2bf73 XWIKI-22568 Open

Suggest box in Location picker popup not dispalyed on correct place

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-08ccf091-b51c-4bb0-8f3c-7f1a7efa046c Nikita Petrenko on 19/Jun/26 13:51
 

Observed this also on 18.4.1, but the picker location can be triggered on any action, not only creation, but page refactoring too. Seems when user zoom in or out, it calculates coordinates as if the element as absolute, but CSS forces it to fixed, the coordinates become relative to a different reference:

absolute - positioned relative to nearest positioned ancestor
fixed - positioned relative to the viewport