There are 4 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-f487a75c-0af5-4437-8853-edfd5163a867 XWIKI-23352 Open

Paragraph text editor does not have any label

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-def7bd94-b44e-490e-80f9-088650360aef Changes by Charpentier Lucas on 01/Jul/25 11:58
 
Description: The content textarea in wiki edition mode is properly labelled with an item in the editMeta container.
There is no such label when editing a paragraph of the content with the default edit mode being wiki.
This UI can be found by clicking on the pen icons in view mode after setting up the right Admin config. This admin configuration is not the default XS, but it's the default one used in docker tests.

!Screenshot from 2025-07-01 11-47-24.png|thumbnail!
!Screenshot from 2025-07-01 11-47-41.png|thumbnail!

It seems that in these conditions, the `editmeta.vm` template is not called while it should have been.

https://github.com/xwiki/xwiki-platform/blob/53333ae70dfcd15564197f5ccc1f8c64efd96614/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/edit.vm#L153-L160

Note that there even is a skiplink targeting the `#editMeta` here, that doesn't work in this use case...
!screenshot-1.png|thumbnail!
Attachment: screenshot-1.png
Attachment: Screenshot from 2025-07-01 11-47-41.png
Attachment: Screenshot from 2025-07-01 11-47-24.png