There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e6cc1f5e-ab06-4e0f-84a6-bcd518d23db3 XWIKI-14027 Open

Navigation panel stuck if you are in Panel Wizard

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-8f6c00ff-6063-4e53-8e02-2852cbb373f6 Charpentier Lucas on 06/Feb/25 18:03
 

> My guess is that the details of implementation for both of the mousedown and mousemove events are slightly different between chrome and Firefox, and this ends up in radically different behaviours because of the "on the fly" instantiation of the event listener.

After checking it out further, it could also be that somewhere the math for positioning is slightly off. On chrome, whenever I click the panel, it shifts a couple pixels down. This might be the trace that the math doesn't add up here and that our code is creating a move event without any actual movement.