There are 4 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2a503678-d3bc-46fe-8a54-255319b376af XWIKI-24339 Open

Annotated words that were modified are not differentiated anymore

 
View issue   ยท   Add comment
 

4 comments

 
cid:jira-generated-image-avatar-4fa5e441-2ca4-4fb4-ba65-3340621732df Charpentier Lucas on 12/May/26 16:23
 

Note that the style for this was in a styleblock for the extra-tab, but it has an impact on the inline display of annotations too:
https://github.com/xwiki/xwiki-platform/blob/601c70f60b5a308bfebc5f551b9885bc55984c87/xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml#L420-L432

AFAICS the status itself is broken, even in the extra tab (currently still has icons) it's not working as expected.

 
cid:jira-generated-image-avatar-4fa5e441-2ca4-4fb4-ba65-3340621732df Charpentier Lucas on 12/May/26 16:24
 
Note that the style for this was in a styleblock for the extra-tab, but it has an impact on the inline display of annotations too:
https://github.com/xwiki/xwiki-platform/blob/601c70f60b5a308bfebc5f551b9885bc55984c87/xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml#L420-L432

AFAICS the status itself is broken, even in the extra tab (currently still has icons) it's not working as expected.


A fix for this issue would need to solve both:
* Make the annotation status work again
* Implement some CSS to display this status.
 
cid:jira-generated-image-avatar-4fa5e441-2ca4-4fb4-ba65-3340621732df Charpentier Lucas on 12/May/26 16:24
 
Note that the style for this was in a styleblock for the extra-tab, but it has an impact on the inline display of annotations too:
https://github.com/xwiki/xwiki-platform/blob/601c70f60b5a308bfebc5f551b9885bc55984c87/xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml#L420-L432

AFAICS the status itself is broken, even in the extra tab (currently still has icons) it's not working as expected.

A fix for this issue would need to solve both:
* Make the annotation status work again
* Implement some CSS to display this status
(ideally also provide the information through a text alternative for accessibility) .
 
cid:jira-generated-image-avatar-4fa5e441-2ca4-4fb4-ba65-3340621732df Charpentier Lucas on 12/May/26 16:27
 

I don't think there's many possible solutions, I'll implement the status display as a few different highlight colors.
If you have another idea on how to display it let me know smile.png