There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-74321c21-9541-428e-b2cd-b10fadcbe496 XWIKI-22985 Open

Icons in the default tour do not have any alternative text

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-778a5219-a97d-4b28-a430-6bb1cb912242 Charpentier Lucas on 21/Jul/25 10:40
 

Note that those tour steps in the default flavor use the icon service:
https://github.com/xwiki/xwiki-platform/blob/324c033cccdfe90074089e906e3960ff07156451/xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-tour/src/main/resources/Tour/HomepageTour/WebHome.xml#L855
Fixing this probably means fixing the icon service defaults.

 
cid:jira-generated-image-avatar-778a5219-a97d-4b28-a430-6bb1cb912242 Charpentier Lucas on 21/Jul/25 10:43
 
Note that those tour steps in the default flavor use the icon service:
https://github.com/xwiki/xwiki-platform/blob/324c033cccdfe90074089e906e3960ff07156451/xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-tour/src/main/resources/Tour/HomepageTour/WebHome.xml#L855
Fixing this probably means fixing
We want
the icon service defaults default icons to not be provided with a text alternative (which cannot take the context into account) .
So we need to hardcode it in there.