There is 1 update, 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b239b20f-e812-463d-b67d-10dfa802e87c XWIKI-18654 Open

Live Data actions badly aligned on Chrome

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-dde0a86f-1735-4cce-92e0-0b9d2ce59a2c Changes by Charpentier Lucas on 02/Oct/25 16:40
 
Labels: ui chrome consistency
 
 

3 comments

 
cid:jira-generated-image-avatar-dde0a86f-1735-4cce-92e0-0b9d2ce59a2c Charpentier Lucas on 02/Oct/25 16:42
 

> So I think this issue needs some extra details in order to understand better its priority and type (whether it's a bug or not).

IMO it's definitely a bug because it's an unexpected inconsistency. XWiki Standard should look the same in different browsers, as much as possible, and this is definitely a noticeable difference. Whatever the solution we go with, the main point here is to remove the inconsistency.

 
cid:jira-generated-image-avatar-dde0a86f-1735-4cce-92e0-0b9d2ce59a2c Charpentier Lucas on 02/Oct/25 16:45
 

IMO a good solution would be to add flex-wraping to actions so that they fit their container width. Flex-wraping should be consistent and fit whatever amount of actions or conditions provided.

Assuming those items are flex wrapped, we can take care of aligning them correctly too, which is deffo an improvement that'd be nice for Chrome smile.png

 
cid:jira-generated-image-avatar-dde0a86f-1735-4cce-92e0-0b9d2ce59a2c Charpentier Lucas on 02/Oct/25 16:46
 
IMO a good solution would be to add flex-wraping to actions so that they fit their container width. Flex-wraping should be consistent and fit whatever amount of actions or conditions provided.

Assuming those items are flex wrapped, we can take care of aligning them correctly too, which is deffo an improvement that'd be nice for Chrome :)


PS: Flex-wraping might not work because of recursive layout size constraints, let's see...