This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-34dba54c-6741-45c0-95fa-91767a9a9f36 XWIKI-25006 Open

Annotations tab: the author line no longer matches the Comments tab

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-830c825d-3d94-4d26-8168-52fd5c844acc Charpentier Lucas created this issue on 16/Sep/26 16:08
 
Summary: Annotations tab: the author line no longer matches the Comments tab
Issue Type: cid:jira-generated-image-avatar-34dba54c-6741-45c0-95fa-91767a9a9f36 Bug
Affects Versions: 18.8.0-rc-1
Assignee: Unassigned
Components: Annotations
Created: 16/Sep/26 16:08
Labels: regression
Priority: cid:jira-generated-image-static-blocker-d0e7ef26-f454-4285-b3c6-d86db103eb72 Blocker
Reporter: Charpentier Lucas
Description:

XWIKI-23740 renamed the annotation display classes (.annotationAvatar → .annotation-bubble-avatar, same for header and content) and switched the avatar from #mediumUserAvatar to #smallUserAvatar, but the Annotations tab was not updated.

The #allAnnotations .annotationAvatar / .annotationHeader / .annotationContent / .annotationTitle rules in AnnotationCode.Style are now dead, and the replacement rules are scoped to .annotation-box .annotation, which the tab markup has no ancestor of. In the tab the avatar therefore gets no layout at all and renders as a bare 30px block image above the author name, while the Comments tab shows a 50px avatar in a 60px left gutter.

The tab is only shown when showannotations is enabled in the administration, which is why it was missed.

 
 

1 update

 
cid:jira-generated-image-avatar-830c825d-3d94-4d26-8168-52fd5c844acc Changes by Charpentier Lucas on 16/Sep/26 16:08
 
Assignee: Charpentier Lucas