This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-831c9c4d-fb30-4e32-9ed3-68b515e93435 XWIKI-24016 Open

Images with internal references are not displayed by the editor

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-4ef73057-e53e-4dc9-a1ee-86229744ae55 Marius Dumitru Florea created this issue on 12/Feb/26 20:37
 
Summary: Images with internal references are not displayed by the editor
Issue Type: cid:jira-generated-image-avatar-831c9c4d-fb30-4e32-9ed3-68b515e93435 Bug
Affects Versions: 18.1.0-rc-1
Assignee: Unassigned
Components: Blocknote
Created: 12/Feb/26 20:37
Priority: cid:jira-generated-image-static-major-600ee209-819c-49fd-924f-9f53788b0345 Major
Reporter: Marius Dumitru Florea
Description:

Follow these steps to reproduce:

  • create a new page with this content:
    image:icon:accept
    
  • edit the page with BlockNote

The image is not displayed in edit mode. You only see the image placeholder. The reason is that the generated UniAst syntax doesn't provide the image URL:

{
  "blocks" : [ {
    "type" : "image",
    "styles" : { },
    "target" : {
      "type" : "internal",
      "rawReference" : "icon:accept"
    }
  } ]
}

The same happens with attached images.

 
 

1 update

 
cid:jira-generated-image-avatar-4ef73057-e53e-4dc9-a1ee-86229744ae55 Changes by Marius Dumitru Florea on 12/Feb/26 20:37
 
Assignee: Marius Dumitru Florea