-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Editor - Migration or Conversion to Fabric
-
None
-
1
-
Major
Issue Summary
Rendering DC storage format with an image inside the <pre> tag in the cloud fabric editor does not show the image at all.
Steps to Reproduce
- Create a page with this storage format
<pre> this is some text & <br /> <ac:image ac:align="center" ac:layout="center" ac:original-height="594" ac:original-width="639" ac:custom-width="true" ac:local-id="0d98523f2c1e" ac:width="261"> <ri:attachment ri:filename="Screenshot 2026-06-22 at 2.00.08 pm.png" ri:version-at-save="1" /> </ac:image> </pre>
2. Open the page in the cloud editor
Expected Results
The image is visible
Actual Results
The image is silently not shown. The image details are still preserved in storage format.
Workaround
Replace <pre> with <code> in the storage format