There is 1 comment.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-066f4784-948e-47c8-b1c0-7e5e9b0d88ad XRENDERING-699 Open

Image syntax should no be triggered when the reference is empty

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-2f97e29b-afc4-4b2a-8c54-1c85f8124092 Nikita Petrenko on 11/Jun/25 10:43
 

Since quick actions implementation, now you have this HTML structure

<p>The process is described by the following <img src="/xwiki/bin/download/Main/WebHome/filename" class="wikimodel-freestanding wikigeneratedid" id="I" alt="filename"><button class="lightbox-toggle btn btn-xs sr-only" aria-label="Open the image actions">
<span class="fa fa-ellipsis-v" aria-hidden="true"></span>
</button></p>
<p><img src="/xwiki/bin/download/Main/WebHome/process.png" class="wikimodel-freestanding wikigeneratedid" id="Iprocess.png" alt="process.png"><button class="lightbox-toggle btn btn-xs sr-only" aria-label="Open the image actions">
<span class="fa fa-ellipsis-v" aria-hidden="true"></span>
</button></p>